Merge pull request #33664 from git-avc/fix-success-password-message
fix: valid password message
This commit is contained in:
commit
22a0d2f89a
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ frappe.ready(function() {
|
|||
// Info text
|
||||
const password_not_same_as_old_password = "{{ _('New password cannot be same as old password') }}";
|
||||
const password_mismatch = "{{ _('Passwords do not match') }}";
|
||||
const password_strength_message_success = "{{ _('Success! You are good to go 👍') }}";
|
||||
const password_strength_message_success = "{{ _('Password is valid. 👍') }}";
|
||||
|
||||
if(key) {
|
||||
old_password.parent().toggle();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue