summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-08 11:38:08 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commit2ab5c4c485c4f5a4a1d116889a55029eabe62c55 (patch)
tree7a07efafcc753a3dab3ff3838e26fd94a8686443 /play.js
parent2c038ad158ef7e0bd9082682d386aa3e110e1829 (diff)
downloadplantagenet-2ab5c4c485c4f5a4a1d116889a55029eabe62c55.tar.gz
Optimize and fix Supply.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 79a631d..7182845 100644
--- a/play.js
+++ b/play.js
@@ -280,7 +280,7 @@ function get_locale_tip(id) {
let loc = data.locales[id]
let tip = loc.name
if (set_has(data.seaports, id))
- tip += " - Seaport"
+ tip += " - Port"
let list = []
for (let lord = 0; lord < data.lords.length; ++lord) {
if (data.lords[lord].seat === id)