diff options
-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 %] |