diff --git a/resources/lang/en.json b/resources/lang/en.json index f8bbbc1fc..7da16805e 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -350,7 +350,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 f6c80caeb..7e9358405 100644 --- a/src/core/game/Game.ts +++ b/src/core/game/Game.ts @@ -143,7 +143,7 @@ export enum GameMapType { AmazonRiverWide = "Amazon River Wide", ReglaciatedAntarctica = "Reglaciated Antarctica", TheBoxPlus = "The Box Plus", - WorldRotated = "World for Mobile", + WorldRotated = "World Rotated", } export type GameMapName = keyof typeof GameMapType;