From 79eb7d97debfa8e4292f3f3170fe862ddd09f8ca Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 12 Apr 2013 16:40:34 -0700 Subject: [PATCH] Generate Password Label The "Reset" label for the button that generates random passwords can be confusing for staff. Changes the label to "Generate Password" to let people know what the button does. Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- Open-ILS/web/js/dojo/openils/actor/nls/register.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/actor/nls/register.js b/Open-ILS/web/js/dojo/openils/actor/nls/register.js index ae635376cb..951907ba1d 100644 --- a/Open-ILS/web/js/dojo/openils/actor/nls/register.js +++ b/Open-ILS/web/js/dojo/openils/actor/nls/register.js @@ -14,7 +14,7 @@ "BARCODE_IN_USE" : "Barcode is already in use", "SEE_ALL" : "See All", "DUPE_USERNAME" : "Username is already in use", - "RESET_PASSWORD" : "Reset Password", + "RESET_PASSWORD" : "Generate Password", "VERIFY_PASSWORD" : "Verify Password", "PARENT_OR_GUARDIAN" : "Parent/Guardian", "USER_SETTINGS" : "User Settings", -- 2.43.2