Corrected password changed message in User panel (#7111)

This commit is contained in:
Brenden Crowie 2020-09-23 03:52:32 -04:00 committed by Bram Kragten
parent 04b7749f85
commit 948261d1d1
2 changed files with 2 additions and 2 deletions

View File

@ -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"
), ),
}); });
} }

View File

@ -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",