From 3e99b64293e8b940183cd1e1e09923a489e73ee3 Mon Sep 17 00:00:00 2001 From: git-avc Date: Sun, 17 Aug 2025 09:56:42 +0200 Subject: [PATCH] fix: valid password msg --- frappe/www/update-password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/www/update-password.html b/frappe/www/update-password.html index 604c111bbc..b70bad44eb 100644 --- a/frappe/www/update-password.html +++ b/frappe/www/update-password.html @@ -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();