fix: valid password msg

This commit is contained in:
git-avc 2025-08-17 09:56:42 +02:00
parent 4c3c980bac
commit 3e99b64293

View file

@ -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();