parent
5f1c8f3627
commit
505ca6a58e
@ -17,8 +17,7 @@
|
|||||||
}).showToast();
|
}).showToast();
|
||||||
reset_mail_sent = true;
|
reset_mail_sent = true;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {});
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
Toastify({
|
Toastify({
|
||||||
text: $_("invalid-mail-reset"),
|
text: $_("invalid-mail-reset"),
|
||||||
@ -36,9 +35,7 @@
|
|||||||
{$_('application_name')}
|
{$_('application_name')}
|
||||||
</p>
|
</p>
|
||||||
<p class="mt-2 mb-2 text-sm text-center text-gray-900">
|
<p class="mt-2 mb-2 text-sm text-center text-gray-900">
|
||||||
Passwort-Reset Mail wurde an
|
{$_('password-reset-mail-sent', { values: { usersEmail: usersEmail } })}
|
||||||
{usersEmail}
|
|
||||||
geschickt
|
|
||||||
</p>
|
</p>
|
||||||
<div class="mt-6">
|
<div class="mt-6">
|
||||||
<div class="mt-6">
|
<div class="mt-6">
|
||||||
|
@ -127,6 +127,7 @@
|
|||||||
"password-is-required": "Passwort muss angegeben werden",
|
"password-is-required": "Passwort muss angegeben werden",
|
||||||
"password-reset-failed": "Passwort zurücksetzen ist fehlgeschlagen!",
|
"password-reset-failed": "Passwort zurücksetzen ist fehlgeschlagen!",
|
||||||
"password-reset-in-progress": "Passwort wird zurückgesetzt...",
|
"password-reset-in-progress": "Passwort wird zurückgesetzt...",
|
||||||
|
"password-reset-mail-sent": "Passwort-Reset Mail wurde an \"{usersEmail}\" geschickt.",
|
||||||
"password-reset-successful": "Passwort erfolgreich zurückgesetzt!",
|
"password-reset-successful": "Passwort erfolgreich zurückgesetzt!",
|
||||||
"permissions": "Berechtigungen",
|
"permissions": "Berechtigungen",
|
||||||
"phone": "Telefon",
|
"phone": "Telefon",
|
||||||
|
@ -142,6 +142,7 @@
|
|||||||
"password-is-required": "Password is required",
|
"password-is-required": "Password is required",
|
||||||
"password-reset-failed": "Password reset failed!",
|
"password-reset-failed": "Password reset failed!",
|
||||||
"password-reset-in-progress": "Password Reset in Progress...",
|
"password-reset-in-progress": "Password Reset in Progress...",
|
||||||
|
"password-reset-mail-sent": "Password reset mail was sent to \"{usersEmail}\".",
|
||||||
"password-reset-successful": "Password Reset successful!",
|
"password-reset-successful": "Password Reset successful!",
|
||||||
"permissions": "Permissions",
|
"permissions": "Permissions",
|
||||||
"phone": "Phone",
|
"phone": "Phone",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user