From: Terran McCanna Date: Tue, 23 May 2017 21:54:31 +0000 (-0400) Subject: PINES Customization: Self-check text changes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7e1e244f64ca0460b40a6021fbd7eb27a1201027;p=evergreen%2Fpines.git PINES Customization: Self-check text changes Modified login text to make it more user friendly. Signed-off-by: Terran McCanna --- 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",