diff --git a/resources/lang/en.json b/resources/lang/en.json index 105443b75..2c61a00be 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -356,7 +356,7 @@ "amazonriverwide": "Amazon River Wide", "reglaciatedantarctica": "Reglaciated Antarctica", "theboxplus": "The Box PLUS", - "worldrotated": "World Rotated", + "worldrotated": "World for Mobile", "mediterranean": "Mediterranean" }, "map_categories": { diff --git a/src/core/game/Game.ts b/src/core/game/Game.ts index e61a3185e..f76355483 100644 --- a/src/core/game/Game.ts +++ b/src/core/game/Game.ts @@ -147,7 +147,7 @@ export enum GameMapType { AmazonRiverWide = "Amazon River Wide", ReglaciatedAntarctica = "Reglaciated Antarctica", TheBoxPlus = "The Box Plus", - WorldRotated = "World Rotated", + WorldRotated = "World for Mobile", Mediterranean = "Mediterranean", }