diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2
index 5abc503736..35873284df 100644
--- a/Open-ILS/src/templates/opac/parts/login/form.tt2
+++ b/Open-ILS/src/templates/opac/parts/login/form.tt2
@@ -35,7 +35,7 @@
[% l('Forgot your password?') %]
[% END %]
-
+
[%
redirect = CGI.param('redirect_to');
# Don't use referer unless we got here from elsewhere within the TPAC
@@ -55,8 +55,8 @@
redirect = redirect | replace('^http:', 'https:');
%]
-
-
+
+
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 98c9b4717b..45d98dd05e 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('Mobile number:'); END; %]
-[% IF NOT sms_number_hide_hint; l('Hint: Use the full 10 digits of your phone number, no spaces, no dashes'); END; %]
+[% IF NOT sms_number_hide_hint; l('Hint: Use the full 10 digits of your phone number including area code.'); END; %]