diff --git a/resources/lang/en.json b/resources/lang/en.json index 2c61a00be..105443b75 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 for Mobile", + "worldrotated": "World Rotated", "mediterranean": "Mediterranean" }, "map_categories": { diff --git a/src/core/game/Game.ts b/src/core/game/Game.ts index f76355483..e61a3185e 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 for Mobile", + WorldRotated = "World Rotated", Mediterranean = "Mediterranean", }