From 705d05a70bf83f4a08e56d19a5ea8f99d5f78275 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 2 May 2012 15:43:26 -0400 Subject: [PATCH] Add customized password reset strings for LUL Signed-off-by: Dan Scott --- Open-ILS/web/js/dojo/openils/opac/nls/en/ca/opac.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/opac/nls/en/ca/opac.js b/Open-ILS/web/js/dojo/openils/opac/nls/en/ca/opac.js index b96ae4ea43..f3b5e713f3 100644 --- a/Open-ILS/web/js/dojo/openils/opac/nls/en/ca/opac.js +++ b/Open-ILS/web/js/dojo/openils/opac/nls/en/ca/opac.js @@ -12,6 +12,9 @@ "CREATED_MFHD_RECORD": "Created MFHD record for ${0}", "CURRENT_INDEXES": "Current indexes", "BARCODE_PROMPT": "Barcode: ", + "LUL_USERNAME_PROMPT": "Laurentian email address: ", + "PWD_RESET_SUBMIT_PROMPT_LUL": "To begin the password reset process, enter either your Laurentian email address or library barcode in the form below and click 'Submit'", + "PWD_RESET_SUBMIT_PROMPT_LUL_HELP": "If you do not receive an email at your Laurentian email address in the next 15 minutes, please contact the Information Desk for help.", "PWD_RESET_RESPONSE_TITLE": "Password reset response", "CURRENT_SUPPLEMENTS": "Current supplements", "ONLINE_VOLUMES": "Online volumes", @@ -38,4 +41,4 @@ "BASIC_HOLDINGS_ADD": "Additional Volume Information", "SUPPLEMENT_HOLDINGS": "Supplements", "MORE": "More" -} \ No newline at end of file +} -- 2.11.0