diff --git a/webapp/locales/de.json b/webapp/locales/de.json index d3062584a..725e6fe08 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -522,6 +522,14 @@ "questions": "Bei Fragen oder Problemen erreichst Du uns per E-Mail an", "title": "{APPLICATION_NAME} befindet sich in der Wartung" }, + "map": { + "styles": { + "outdoors": "Landschaft", + "dark": "Dunkel", + "satellite": "Satellit", + "streets": "Straßen" + } + }, "modals": { "deleteUser": { "created": "Erstellt" diff --git a/webapp/locales/en.json b/webapp/locales/en.json index c4bb105cc..fab347365 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -522,6 +522,14 @@ "questions": "Any Questions or concerns, send an e-mail to", "title": "{APPLICATION_NAME} is under maintenance" }, + "map": { + "styles": { + "outdoors": "Outdoors", + "dark": "Dark", + "satellite": "Satellite", + "streets": "Streets" + } + }, "modals": { "deleteUser": { "created": "Created" diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 8baf728ce..08fe8d097 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -35,40 +35,52 @@