From: Jason Etheridge Date: Tue, 15 Nov 2011 20:56:17 +0000 (-0500) Subject: change the formatting hint to agree with Wikipedia's suggestion on the List of SMS... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d29965d38a65d82a623c5e14f8f010ad5683f1a3;p=working%2FEvergreen.git change the formatting hint to agree with Wikipedia's suggestion on the List of SMS Gateways page Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/templates/opac/parts/sms_number_textbox.tt2 b/Open-ILS/src/templates/opac/parts/sms_number_textbox.tt2 index 6a41c43d95..fcd42b1dbf 100644 --- a/Open-ILS/src/templates/opac/parts/sms_number_textbox.tt2 +++ b/Open-ILS/src/templates/opac/parts/sms_number_textbox.tt2 @@ -1,4 +1,4 @@ [% IF NOT sms_number_hide_label; l('SMS Number:'); END; %] -[% IF NOT sms_number_hide_hint; l('(Hint: Format XXX-XXX-XXXX works for most carriers)'); END; %] +[% IF NOT sms_number_hide_hint; l('(Hint: For most carriers, enter the phone number--including the area code--with no spaces or punctuation. So for example, instead of entering 800-555-1234, enter 8005551234)'); END; %]