diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-05 11:37:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-05 11:37:31 +0100 |
commit | 2de2779cacfe88fb4d7de4749684a2216690865a (patch) | |
tree | 5c002dabb94ffe83a859b446667072357a4cdf8d | |
parent | 9b4e610e46222f563bb21a14c6f85eb068db5a45 (diff) | |
parent | 690b4f7b3404b9a9e0da8b51002576b826cb8423 (diff) |
Merge branch 'localise_optional' of git://github.com/Sambruk/fixmystreet
-rw-r--r-- | templates/web/base/contact/enquiry/index.html | 2 | ||||
-rw-r--r-- | templates/web/base/contact/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/contact/enquiry/index.html b/templates/web/base/contact/enquiry/index.html index 8b8bba1b7..c88ca221e 100644 --- a/templates/web/base/contact/enquiry/index.html +++ b/templates/web/base/contact/enquiry/index.html @@ -23,7 +23,7 @@ <div class="form-group"> <label for="form_phone">[% loc('Your phone number') %]</label> - <span class="required-text required-text--optional">optional</span> + <span class="required-text required-text--optional">[% loc('optional') %]</span> <input type="text" class="form-control extra.phone" name="extra.phone" id="form_phone" value="[% report.user.phone | html %]" size="30"> </div> diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html index 85fa40f89..90a2cd778 100644 --- a/templates/web/base/contact/index.html +++ b/templates/web/base/contact/index.html @@ -92,7 +92,7 @@ <div class="form-group"> <label for="form_phone">[% loc('Your phone number') %]</label> - <span class="required-text required-text--optional">optional</span> + <span class="required-text required-text--optional">[% loc('optional') %]</span> <input type="text" class="form-control extra.phone" name="extra.phone" id="form_phone" value="" size="30"> </div> |