diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 077850296..e37280a42 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -523,6 +523,7 @@ "title": "{APPLICATION_NAME} befindet sich in der Wartung" }, "map": { + "pageTitle": "Karte", "styles": { "dark": "Dunkel", "outdoors": "Landschaft", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index f7f520c93..5635b4e4b 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -523,6 +523,7 @@ "title": "{APPLICATION_NAME} is under maintenance" }, "map": { + "pageTitle": "Map", "styles": { "dark": "Dark", "outdoors": "Outdoors", diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 0f41523c4..f8d6c8e71 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -1,36 +1,42 @@