From c3e01ac8e100eb000f5f7a28b242034dcb0063de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 5 Jan 2023 15:47:41 +0100 Subject: [PATCH] Fix locales --- webapp/locales/de.json | 2 +- webapp/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 725e6fe08..077850296 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -524,8 +524,8 @@ }, "map": { "styles": { - "outdoors": "Landschaft", "dark": "Dunkel", + "outdoors": "Landschaft", "satellite": "Satellit", "streets": "Straßen" } diff --git a/webapp/locales/en.json b/webapp/locales/en.json index fab347365..f7f520c93 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -524,8 +524,8 @@ }, "map": { "styles": { - "outdoors": "Outdoors", "dark": "Dark", + "outdoors": "Outdoors", "satellite": "Satellite", "streets": "Streets" }