diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 11:01:16 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 11:01:16 +0100 |
commit | aa058092a0e088067d41116f77ef7623c3bd6c0c (patch) | |
tree | 27e5152ec93684931b0e0be517a5b618784c7edf | |
parent | 89b2775252dcd9595e7f91dc8cf4ab51354620c8 (diff) |
Same text tweaks on update form.
-rw-r--r-- | templates/web/bromley/report/display.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/web/bromley/report/display.html b/templates/web/bromley/report/display.html index 0e25f2dc2..fd74ac8db 100644 --- a/templates/web/bromley/report/display.html +++ b/templates/web/bromley/report/display.html @@ -129,11 +129,10 @@ <input type="email" name="rznvy" id="form_rznvy" value="[% update.user.email | html %]" placeholder="[% loc('Your email address' ) %]" required> <div id="form_sign_in"> - <h3>[% loc("Now to submit your update…") %]</h3> - <h2>[% loc("Do you have a FixMyStreet password?") %]</h2> + <p>To submit your update you now need to confirm it either by email or by using a FixMyStreet password.</p> <div id="form_sign_in_no" class="form-box"> - <h5>[% loc('<strong>No</strong> Let me confirm my update by email') %]</h5> + <h5>Confirm my report by email</h5> [% INCLUDE name %] @@ -150,7 +149,7 @@ </div> </div> <div id="form_sign_in_yes" class="form-box"> - <h5>[% loc('<strong>Yes</strong> I have a password') %]</h5> + <h5>Confirm my report with my FixMyStreet password</h5> <label class="hidden-js n" for="password_sign_in">[% loc('Yes I have a password') %]</label> [% IF field_errors.password %] |