diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 327cfd302..733c30572 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -71,7 +71,7 @@ "info": "Email bestätigen, wiederholt senden an:", "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_true": " Die Email wurde am {date} Uhr bestätigt." + "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 3f12f10a8..a4dc9fd9b 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -70,8 +70,8 @@ "error": "Error sending the confirmation link to the user: {message}", "info": "Confirm email, send repeatedly to:", "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} clock.", - "text_true": "The email was confirmed on {date} clock." + "text_false": "The last email was sent to the member ({mail}) on {date}.", + "text_true": "The email was confirmed." }, "user_search": "User search" }