From ce457ffc0c51014292d873a818155c2889a2306c Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 15 Feb 2022 11:11:34 +0100 Subject: [PATCH] Toaster titles --- frontend/src/locales/de.json | 1 + frontend/src/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index fbd9c8e91..ac2b22fc7 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -208,6 +208,7 @@ "title": "Danke!" } }, + "success": "Erfolg", "transaction": { "gdd-text": "Gradido Transaktionen", "gdt-text": "GradidoTransform Transaktionen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 534aa25e8..a3fbe2ac7 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -208,6 +208,7 @@ "title": "Thank you!" } }, + "success": "Success", "transaction": { "gdd-text": "Gradido Transactions", "gdt-text": "GradidoTransform Transactions",