From d03efeaf00c65031694e6a23cc6073d616845785 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 12 Jan 2012 14:50:51 +0530 Subject: [PATCH] Fixed UX issue in change user password by system manager --- erpnext/home/page/my_company/my_company.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/home/page/my_company/my_company.js b/erpnext/home/page/my_company/my_company.js index 3070c75b794..58ff91e725f 100644 --- a/erpnext/home/page/my_company/my_company.js +++ b/erpnext/home/page/my_company/my_company.js @@ -416,7 +416,7 @@ MemberProfile = function(parent, uid, member_item) { width: 300, fields: [ { - label: 'Please Enter Your Password', + label: 'Please Enter Your Password', description: "Your password is required to update the concerned user's password", fieldtype: 'Password', fieldname: 'sys_admin_pwd',