From e1456ea32d21cbf5db89ac07b4b2d40c925e0f37 Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Wed, 12 Mar 2025 02:23:30 +0100 Subject: [PATCH] delete unused 'settings.GMS.publish-location.random' key --- frontend/src/locales/de.json | 1 - frontend/src/locales/en.json | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 08ee29909..9c7cf87da 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -356,7 +356,6 @@ "publish-location": { "exact": "Genaue Position", "approximate": "Ungefähre Position", - "random": "Zufallsposition", "updated": "Positionstyp für GMS aktualisiert" }, "publish-name": { diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index b2b03c655..de25bfccc 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -356,7 +356,6 @@ "publish-location": { "exact": "exact position", "approximate": "approximate position", - "random": "random position", "updated": "format of location for GMS updated" }, "publish-name": {