Skip to content

Commit

Permalink
Fixed RUDE description (minmatarfleet#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulmim authored Sep 21, 2024
1 parent 6b01551 commit c6e36bb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified frontend/app/public/images/corporations/rude/ceo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/app/public/images/no_pilot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import CorporationSlide from '@components/blocks/CorporationSlide.astro';
<img slot="ships" class="[ ikitursa ]" src="/images/corporations/rude/ikitursa.png" />
<img slot="ships" class="[ kikimora ]" src="/images/corporations/rude/kikimora.png" />

<p>{corporation.introduction ? corporation.introduction : t('vindicta_expeditionary_description_fallback') }</p>
<p>{corporation.introduction ? corporation.introduction : t('rapid_unscheduled_disassembly_description_fallback') }</p>
</CorporationSlide>

<style lang="scss">
Expand Down
1 change: 1 addition & 0 deletions frontend/app/src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ export const ui = {
'rattini_description_fallback': 'A cult of Minmatar pilots who worship a fictional deity, the Rat, who they believe is the source of their strength. Minmatar scientists speculate that a decade of failed mind state record scans in the heat of wormhole combat have altered their capsuleer memory banks permanantly.',
'black_omega_description_fallback': 'Jump first, ask questions later. A formidable capital force and a passion for Vindicators define the Black Omega lifestyle. We have been leading the universe since the dawn of the capsuleer era and now we’re enjoying mimosas on the beach, basking in the chaos we seeded long ago.',
'vindicta_expeditionary_description_fallback': 'We like the game. You will find Vindicta participating in all kinds of pvp activities across lowsec. Please be able to fly doctrines or support or willing to train towards doctrines. We are here for fun and act accordingly.',
'rapid_unscheduled_disassembly_description_fallback': 'Highly Skilled and Highly Motivated, -RUDE Combines the best talent in all of New Eden. Forged in the hellscape of Pochven, We stay at the top of our game and we’re always looking for others who can do the same',
'balls_deep_expeditionary_description_fallback': 'You dont know what will happen, we dont know what will happen. All we know is it will be Balls Deep. We kill things, in specialized ways, often outnumbered. Experienced and self sustaining players feel free to apply to kill things with us.',
'l34rn_description_fallback': 'Enjoy a tailored learning experience while contibruting to one of the most active PvP alliances in the game.',
'requirements': 'Requirements',
Expand Down

0 comments on commit c6e36bb

Please sign in to comment.