[open-ils-commits] [GIT] Evergreen ILS branch master updated. 79eb7d97debfa8e4292f3f3170fe862ddd09f8ca
Evergreen Git
git at git.evergreen-ils.org
Fri Jun 21 16:25:00 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 79eb7d97debfa8e4292f3f3170fe862ddd09f8ca (commit)
from 31d0f9ef53fcb57faff46a2c7ad471040b432a72 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 79eb7d97debfa8e4292f3f3170fe862ddd09f8ca
Author: Kathy Lussier <klussier at masslnc.org>
Date: Fri Apr 12 16:40:34 2013 -0700
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 <klussier at masslnc.org>
Signed-off-by: Ben Shum <bshum at biblio.org>
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 ae63537..951907b 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",
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/dojo/openils/actor/nls/register.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list