diff --git a/src/client/HelpModal.ts b/src/client/HelpModal.ts index 9acccd60a..ee23ca560 100644 --- a/src/client/HelpModal.ts +++ b/src/client/HelpModal.ts @@ -411,9 +411,11 @@ export class HelpModal extends LitElement { Port
- 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. diff --git a/src/client/graphics/layers/PlayerPanel.ts b/src/client/graphics/layers/PlayerPanel.ts index fba06c7a1..2195dbdff 100644 --- a/src/client/graphics/layers/PlayerPanel.ts +++ b/src/client/graphics/layers/PlayerPanel.ts @@ -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 ` : ""} ${!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 ` : ""}