From f421878a61ad86c0490bf8e10863d25fbefea93d Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 11 May 2023 18:47:01 -0700 Subject: Fix typo --- modern/src/map/overlay/useMapOverlays.js | 4 ++-- modern/src/resources/l10n/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modern/src') diff --git a/modern/src/map/overlay/useMapOverlays.js b/modern/src/map/overlay/useMapOverlays.js index fa5240e8..5114424b 100644 --- a/modern/src/map/overlay/useMapOverlays.js +++ b/modern/src/map/overlay/useMapOverlays.js @@ -29,8 +29,8 @@ export default () => { available: true, }, { - id: 'openRaiwayMap', - title: t('mapOpenRaiwayMap'), + id: 'openRailwayMap', + title: t('mapOpenRailwayMap'), source: sourceCustom(['https://tiles.openrailwaymap.org/standard/{z}/{x}/{y}.png']), available: true, }, diff --git a/modern/src/resources/l10n/en.json b/modern/src/resources/l10n/en.json index 69db954f..a6ac151f 100644 --- a/modern/src/resources/l10n/en.json +++ b/modern/src/resources/l10n/en.json @@ -309,7 +309,7 @@ "mapOverlay": "Map Overlay", "mapOverlayCustom": "Custom Overlay", "mapOpenSeaMap": "OpenSeaMap", - "mapOpenRaiwayMap": "OpenRailwayMap", + "mapOpenRailwayMap": "OpenRailwayMap", "mapOpenWeatherKey": "OpenWeather API Key", "mapOpenWeatherClouds": "OpenWeather Clouds", "mapOpenWeatherPrecipitation": "OpenWeather Precipitation", -- cgit v1.2.3