From 3dee77e929f095d682fea5d586ba0531dc422d34 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 23 May 2017 17:54:31 -0400 Subject: [PATCH] PINES Customization: Self-check text changes Modified login text to make it more user friendly. Signed-off-by: Terran McCanna --- Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js index a228c060d3..63214c0ef7 100644 --- a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js +++ b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js @@ -20,9 +20,9 @@ "CC_PAYABLE_BALANCE" : "Total amount to pay: $${0}", "TOTAL_FINES_SELECTED" : "Selected total: $${0}", "WELCOME_BANNER" : "Welcome, ${0}!", - "ENTER_PASSWORD" : "Please enter your password, then press the Enter key.", - "PLEASE_LOGIN" : "Please enter your user name, then press the Enter key.", - "ENTER_BARCODE" : "Please enter an item barcode, then press the Enter key.", + "ENTER_PASSWORD" : "PASSWORD: Type in your password, then press Enter.", + "PLEASE_LOGIN" : "LOG IN: Scan your library card or type in your user name (and press Enter).", + "ENTER_BARCODE" : "SCAN ITEM: Scan a barcode.", "MISCELLANEOUS" : "Miscellaneous", "FAIL_PART_actor_usr_barred": "The patron is barred", "FAIL_PART_asset_copy_circulate": "The item does not circulate", -- 2.11.0