From 598507e25c51e5120487afa0be2838e5b85262b1 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 9 May 2022 15:44:55 +0200 Subject: [PATCH] delete unused locales --- frontend/src/locales/de.json | 4 ---- frontend/src/locales/en.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 4ac740409..d0cc7c39c 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -183,10 +183,6 @@ "support": "Support", "transactions": "Transaktionen" }, - "publisher": { - "infoText": "Wenn dir dein Empfehlungsgeber seine Publisher-Id gegeben hat, trage sie hier ein, sonst lass das Feld bitte unverändert!", - "publisherId": "Publisher-Id:" - }, "qrCode": "QR Code", "send_gdd": "GDD versenden", "send_per_link": "GDD versenden per Link", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index b97678c42..b6529f8f3 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -183,10 +183,6 @@ "support": "Support", "transactions": "Transactions" }, - "publisher": { - "infoText": "If your referrer has given you his publisher id, enter it here, otherwise leave the field unchanged!", - "publisherId": "PublisherID:" - }, "qrCode": "QR Code", "send_gdd": "GDD send", "send_per_link": "GDD send via link",