From 6f530543287d417ba02c70e4257265978c1d6922 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 16 Feb 2022 11:53:14 +0100 Subject: [PATCH] adjust variable name --- admin/src/components/ConfirmRegisterMailFormular.vue | 2 +- admin/src/locales/de.json | 2 +- admin/src/locales/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/src/components/ConfirmRegisterMailFormular.vue b/admin/src/components/ConfirmRegisterMailFormular.vue index 58e38f4a0..067e95c67 100644 --- a/admin/src/components/ConfirmRegisterMailFormular.vue +++ b/admin/src/components/ConfirmRegisterMailFormular.vue @@ -6,7 +6,7 @@ {{ dateLastSend === '' ? $t('unregister_mail.never_sent', { email }) - : $t('unregister_mail.text_false', { date: dateLastSend, mail: email }) + : $t('unregister_mail.text_false', { date: dateLastSend, email }) }} diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index c99b0c7a9..956ad7708 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -77,7 +77,7 @@ "info": "Email bestätigen, wiederholt senden an:", "never_sent": "Es scheint so, als ob wir nie eine E-Mail an {email} geschickt haben", "success": "Erfolgreiches Senden des Bestätigungs-Links an die E-Mail des Nutzers! ({email})", - "text_false": " Die letzte Email wurde am {date} Uhr an das Mitglied ({mail}) gesendet.", + "text_false": " Die letzte Email wurde am {date} Uhr an das Mitglied ({email}) gesendet.", "text_true": " Die Email wurde bestätigt." }, "user_search": "Nutzer-Suche" diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 14954ed62..f2795c945 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -77,7 +77,7 @@ "info": "Confirm email, send repeatedly to:", "never_sent": "It seems we did never send an email to the member {email}", "success": "Successfully send the confirmation link to the user's email! ({email})", - "text_false": "The last email was sent to the member ({mail}) on {date}.", + "text_false": "The last email was sent to the member ({email}) on {date}.", "text_true": "The email was confirmed." }, "user_search": "User search"