mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Corrected password changed message in User panel (#7111)
This commit is contained in:
parent
04b7749f85
commit
948261d1d1
@ -256,7 +256,7 @@ class DialogUserDetail extends LitElement {
|
|||||||
await adminChangePassword(this.hass, this._params!.entry.id, newPassword);
|
await adminChangePassword(this.hass, this._params!.entry.id, newPassword);
|
||||||
showAlertDialog(this, {
|
showAlertDialog(this, {
|
||||||
title: this.hass.localize(
|
title: this.hass.localize(
|
||||||
"ui.panel.config.users.add_user.password_changed"
|
"ui.panel.config.users.editor.password_changed"
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -1737,7 +1737,7 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"change_password": "Change password",
|
"change_password": "Change password",
|
||||||
"new_password": "New Password",
|
"new_password": "New Password",
|
||||||
"password_changed": "The password is changed!",
|
"password_changed": "Password was changed successfully",
|
||||||
"activate_user": "Activate user",
|
"activate_user": "Activate user",
|
||||||
"deactivate_user": "Deactivate user",
|
"deactivate_user": "Deactivate user",
|
||||||
"delete_user": "Delete user",
|
"delete_user": "Delete user",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user