diff --git a/assets/layers/map/map.json b/assets/layers/map/map.json index d27a1e9fbc..8cc8cae981 100644 --- a/assets/layers/map/map.json +++ b/assets/layers/map/map.json @@ -86,7 +86,7 @@ { "if": "map_size=building", "then": { - "en": "A map of the romms within a building" + "en": "A map of the rooms within a building" } }, { diff --git a/langs/layers/en.json b/langs/layers/en.json index 6cf2724379..65d02d2577 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -5634,7 +5634,7 @@ "map_size": { "mappings": { "0": { - "then": "A map of the romms within a building" + "then": "A map of the rooms within a building" }, "1": { "then": "A map of special site, like of a historical castle, a park, a campus, a forest, ...." @@ -5643,7 +5643,7 @@ "then": "A map showing the village or town" }, "3": { - "then": " A map of a city." + "then": " A map of a city" }, "4": { "then": "The map of an entire region, showing multiple cities and villages" @@ -9516,4 +9516,4 @@ } } } -} \ No newline at end of file +}