feat: rename embargo to start/stop trading

This commit is contained in:
ilan schemoul
2025-03-06 01:04:25 +01:00
parent 87d5172adb
commit 264bfa0c2c
2 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -411,9 +411,11 @@ export class HelpModal extends LitElement {
<td>Port</td>
<td><div class="icon port-icon"></div></td>
<td>
Automatically sends trade ships between allied ports,
giving gold to both sides. Allows building Battleships.
Can only be built near water.
Automatically sends trade ships between ports of your
country and other countries (except if you clicked "stop
trade" on them or they clicked "stop trade on you"), giving
gold to both sides. Allows building Battleships. Can only
be built near water.
</td>
</tr>
<tr>
+2 -2
View File
@@ -321,7 +321,7 @@ export class PlayerPanel extends LitElement implements Layer {
bg-opacity-50 bg-gray-700 hover:bg-opacity-70
text-white rounded-lg transition-colors"
>
Start embargo
Stop trading
</button>`
: ""}
${!canEmbargo && other != myPlayer
@@ -332,7 +332,7 @@ export class PlayerPanel extends LitElement implements Layer {
bg-opacity-50 bg-gray-700 hover:bg-opacity-70
text-white rounded-lg transition-colors"
>
Stop embargo
Start trading
</button>`
: ""}
</div>