aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-04 17:36:29 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-04 17:36:29 +0100
commit013820d47d5c4f60880b1c0f06aa52345aab8b61 (patch)
tree5f3c4e21f90e680c3f7c19bd633d52f839eb7993 /templates
parent1e6093eb3b5389dd7590f458f229d5bd630131d3 (diff)
[Zurich] Update text to show phone number isn't optional
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/report/new/fill_in_details_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/report/new/fill_in_details_form.html b/templates/web/zurich/report/new/fill_in_details_form.html
index 58dc99722..076536601 100644
--- a/templates/web/zurich/report/new/fill_in_details_form.html
+++ b/templates/web/zurich/report/new/fill_in_details_form.html
@@ -103,7 +103,7 @@
[% END %]
<input type="text" value="[% report.name | html %]" name="name" id="form_name" placeholder="[% loc('Your name') %]">
- <label for="form_phone">[% loc('Phone number (optional)') %]</label>
+ <label for="form_phone">[% loc('Phone number') %]</label>
[% IF field_errors.phone %]
<p class='form-error'>[% field_errors.phone %]</p>
[% END %]