From 2f650ce172d52080b38c344f7aeb38c57d6bad10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 20 Dec 2022 15:03:00 +0100 Subject: [PATCH] Fix missing email imprint locale --- backend/src/emails/templates/greatingFormularImprint.pug | 3 ++- backend/src/locales/de.json | 3 +-- backend/src/locales/en.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/backend/src/emails/templates/greatingFormularImprint.pug b/backend/src/emails/templates/greatingFormularImprint.pug index 678f5fd51..7aaae5c52 100644 --- a/backend/src/emails/templates/greatingFormularImprint.pug +++ b/backend/src/emails/templates/greatingFormularImprint.pug @@ -1,4 +1,5 @@ -p(style='margin-top: 24px;')= t('emails.general.sincerelyYours') +p(style='margin-top: 24px;') + = t('emails.general.sincerelyYours') br = t('emails.general.yourGradidoTeam') p(style='margin-top: 24px;')= '—————' diff --git a/backend/src/locales/de.json b/backend/src/locales/de.json index bf621d1ef..97907f36e 100644 --- a/backend/src/locales/de.json +++ b/backend/src/locales/de.json @@ -57,7 +57,6 @@ }, "general": { "decimalSeparator": ",", - "imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland", - "supportEmail": "support@gradido.net" + "imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland" } } diff --git a/backend/src/locales/en.json b/backend/src/locales/en.json index 4b158ca6d..c4de7e05a 100644 --- a/backend/src/locales/en.json +++ b/backend/src/locales/en.json @@ -56,6 +56,7 @@ } }, "general": { - "decimalSeparator": "." + "decimalSeparator": ".", + "imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland" } }