Skip to content

Commit

Permalink
[Chore] Update Market Wars copy (#1140)
Browse files Browse the repository at this point in the history
* update copy

* rm subtitle description

* bump
  • Loading branch information
BrettCleary authored Oct 31, 2024
1 parent 7da473a commit aa089c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperplay",
"version": "0.21.1",
"version": "0.21.2",
"private": true,
"main": "build/main/main.js",
"homepage": "./",
Expand Down
11 changes: 5 additions & 6 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,15 +590,14 @@
"instructions": {
"selectZip": "",
"step1": {
"chromieCraft": "ChromieCraft",
"description": "This game is a mod for World of Warcraft: Wrath of the Lich King (3.3.5a). In order to play this mod, players must own a copy of World of Warcraft 3.3.5a. {{newline}} {{newline}} HyperPlay does not host World of Warcraft. Players who own World of Warcraft can obtain version 3.3.5a from sources like:",
"description": "This game is a mod for World of Warcraft: Wrath of the Lich King (3.3.5a). In order to play this mod, players must own a copy of World of Warcraft 3.3.5a. {{newline}} {{newline}} HyperPlay does not host World of Warcraft. Players who own World of Warcraft can obtain the version needed from the following sources:",
"link1": "Link 1",
"link2": "Link 2 (Magnet Link)",
"subtitle": "Download World of Warcraft 3.3.5a",
"title": "Step 1",
"webtorrent": "Torrent (Magnet Link)"
"title": "Step 1"
},
"step2": {
"description": "Select the downloaded ChromieCraft_3.3.5a.zip file.",
"subtitle": "Select ChromieCraft_3.3.5a.zip File",
"subtitle1": "Select the downloaded 3.3.5a zip file",
"title": "Step 2"
},
"step3": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const ModDialog: React.FC<Props> = ({
<span className={styles.stepDescription}>
{t('mods.instructions.step1.description', {
defaultValue:
'This game is a mod for World of Warcraft: Wrath of the Lich King (3.3.5a). In order to play this mod, players must own a copy of World of Warcraft 3.3.5a. {{newline}} {{newline}} HyperPlay does not host World of Warcraft. Players who own World of Warcraft can obtain version 3.3.5a from sources like:',
'This game is a mod for World of Warcraft: Wrath of the Lich King (3.3.5a). In order to play this mod, players must own a copy of World of Warcraft 3.3.5a. {{newline}} {{newline}} HyperPlay does not host World of Warcraft. Players who own World of Warcraft can obtain the version needed from the following sources:',
newline: '\n'
})}
</span>
Expand All @@ -173,18 +173,15 @@ const ModDialog: React.FC<Props> = ({
)
}
>
{t('mods.instructions.step1.chromieCraft', 'ChromieCraft')}
{t('mods.instructions.step1.link1', 'Link 1')}
</li>
<li
className={styles.sourceItem}
onClick={() =>
window.api.openExternalUrl(marketWarsDownloadLinks.magnet)
}
>
{t(
'mods.instructions.step1.webtorrent',
'Torrent (Magnet Link)'
)}
{t('mods.instructions.step1.link2', 'Link 2 (Magnet Link)')}
</li>
</ul>
</div>
Expand All @@ -194,17 +191,10 @@ const ModDialog: React.FC<Props> = ({
</div>
<div className={styles.stepSubtitle}>
{t(
'mods.instructions.step2.subtitle',
'Select ChromieCraft_3.3.5a.zip File'
'mods.instructions.step2.subtitle1',
'Select the downloaded 3.3.5a zip file'
)}
</div>
<span className={styles.stepDescription}>
{t('mods.instructions.step2.description', {
defaultValue:
'Select the downloaded ChromieCraft_3.3.5a.zip file.',
newline: '\n'
})}
</span>
<TextInputWithIconField
htmlId="setzippath"
label={t(
Expand Down

0 comments on commit aa089c2

Please sign in to comment.