Skip to content

Commit 33651df

Browse files
authored
substitute 'Palestinian Territory' with 'Palestine' (#2471)
## Description: Replace "Palestinian Territory" bot/nation name to just "Palestine" ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced
1 parent be75d2a commit 33651df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

map-generator/assets/maps/mena/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"coordinates": [1409, 372],
54-
"name": "Palestinian Territory",
54+
"name": "Palestine",
5555
"strength": 1,
5656
"flag": "ps"
5757
},

resources/maps/mena/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
{
6868
"coordinates": [1409, 372],
6969
"flag": "ps",
70-
"name": "Palestinian Territory",
70+
"name": "Palestine",
7171
"strength": 1
7272
},
7373
{

0 commit comments

Comments
 (0)