mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-19 02:04:39 +00:00
Merge pull request #147 from ilan-schemoul/stop-trading-txt
feat: rename embargo to start/stop trading
This commit is contained in:
@@ -411,9 +411,11 @@ export class HelpModal extends LitElement {
|
|||||||
<td>Port</td>
|
<td>Port</td>
|
||||||
<td><div class="icon port-icon"></div></td>
|
<td><div class="icon port-icon"></div></td>
|
||||||
<td>
|
<td>
|
||||||
Automatically sends trade ships between allied ports,
|
Automatically sends trade ships between ports of your
|
||||||
giving gold to both sides. Allows building Battleships.
|
country and other countries (except if you clicked "stop
|
||||||
Can only be built near water.
|
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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ export class PlayerPanel extends LitElement implements Layer {
|
|||||||
bg-opacity-50 bg-gray-700 hover:bg-opacity-70
|
bg-opacity-50 bg-gray-700 hover:bg-opacity-70
|
||||||
text-white rounded-lg transition-colors"
|
text-white rounded-lg transition-colors"
|
||||||
>
|
>
|
||||||
Start embargo
|
Stop trading
|
||||||
</button>`
|
</button>`
|
||||||
: ""}
|
: ""}
|
||||||
${!canEmbargo && other != myPlayer
|
${!canEmbargo && other != myPlayer
|
||||||
@@ -332,7 +332,7 @@ export class PlayerPanel extends LitElement implements Layer {
|
|||||||
bg-opacity-50 bg-gray-700 hover:bg-opacity-70
|
bg-opacity-50 bg-gray-700 hover:bg-opacity-70
|
||||||
text-white rounded-lg transition-colors"
|
text-white rounded-lg transition-colors"
|
||||||
>
|
>
|
||||||
Stop embargo
|
Start trading
|
||||||
</button>`
|
</button>`
|
||||||
: ""}
|
: ""}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user