diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-26 11:57:02 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-26 11:57:02 +0100 |
commit | 13472b17d2f4c71e24b07d1178e1b99c3c9f9da2 (patch) | |
tree | 9df42690b22a4b821fdd518a2da7eb0dcc6e7972 | |
parent | c1738e6d5d4bf83221b5b66b23c51536792dc123 (diff) |
update phone number placeholder text on submit confirm page to emphasis optionality
-rw-r--r-- | www/templates/en/submit_confirm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/submit_confirm.html b/www/templates/en/submit_confirm.html index ca87e78..6961583 100644 --- a/www/templates/en/submit_confirm.html +++ b/www/templates/en/submit_confirm.html @@ -18,7 +18,7 @@ <input data-role="none" type="text" value="<%= user.name %>" name="name" id="form_name" placeholder="Please enter your name" required> </div> <div> - <input data-role="none" type="tel" value="<%= user.phone %>" name="name" id="form_phone" placeholder="Please enter your phone number"> + <input data-role="none" type="tel" value="<%= user.phone %>" name="name" id="form_phone" placeholder="Optionally enter your phone number"> </div> <div class="checkbox-group"> <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked> |