parent
24b98983cf
commit
e76854c23b
@ -45,7 +45,7 @@
|
||||
function changePassword() {
|
||||
if (data_loaded === true && update_password_enabled) {
|
||||
Toastify({
|
||||
text: "Changing your password",
|
||||
text: $_('changing-your-password'),
|
||||
duration: 2500,
|
||||
}).showToast();
|
||||
let postdata = Object.assign({}, original_data);
|
||||
@ -55,7 +55,7 @@
|
||||
password_confirm = "";
|
||||
password_change = "";
|
||||
Toastify({
|
||||
text: "Password changed",
|
||||
text: $_('password-changed'),
|
||||
duration: 2500,
|
||||
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
|
||||
}).showToast();
|
||||
|
@ -368,5 +368,7 @@
|
||||
"passwords-dont-match": "Die Passwörter stimmen nicht überein.",
|
||||
"update-password": "Passwort ändern",
|
||||
"confirm-the-new-password": "Neues Passwort bestätigen",
|
||||
"change-your-password-here": "Hier kannst du dein Passwort ändern"
|
||||
"change-your-password-here": "Hier kannst du dein Passwort ändern",
|
||||
"password-changed": "Passwort wurde aktualisiert!",
|
||||
"changing-your-password": "Passwort wird geändert"
|
||||
}
|
||||
|
@ -368,5 +368,7 @@
|
||||
"passwords-dont-match": "Passwords don't match",
|
||||
"update-password": "Update password",
|
||||
"confirm-the-new-password": "Confirm the new password",
|
||||
"change-your-password-here": "Change your password here"
|
||||
"change-your-password-here": "Change your password here",
|
||||
"password-changed": "Password changed!",
|
||||
"changing-your-password": "Changing your password"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user