mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-11 14:58:08 +00:00
Merge pull request #147 from ilan-schemoul/stop-trading-txt
feat: rename embargo to start/stop trading
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user