diff options
-rw-r--r-- | templates/web/default/report/display.html | 2 | ||||
-rw-r--r-- | templates/web/default/report/new/fill_in_details.html | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index 1f4456086..5cc3ec21d 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -84,7 +84,7 @@ <div class="checkbox"> <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1"[% may_show_name %]> - <label for="form_may_show_name">[% loc('Can we show your name publicly?') %]</label> + <label for="form_may_show_name">[% loc('Show my name publicly') %]</label> <small>[% loc('(we never show your email address or phone number)') %]</small> </div> diff --git a/templates/web/default/report/new/fill_in_details.html b/templates/web/default/report/new/fill_in_details.html index 26f092c8e..69e71be49 100644 --- a/templates/web/default/report/new/fill_in_details.html +++ b/templates/web/default/report/new/fill_in_details.html @@ -137,11 +137,7 @@ [%# if there is nothing in the name field then set check box as default on form %] <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1"[% ' checked' IF !report.anonymous || !report.name %]> - [% IF c.cobrand.moniker == 'emptyhomes' %] - <label for="form_may_show_name">[% loc('Can we show your name on the site?') %]</label> - [% ELSE %] - <label for="form_may_show_name">[% loc('Can we show your name publicly?') %]</label> - [% END %] + <label for="form_may_show_name">[% loc('Show my name publicly') %]</label> <small>[% loc('(we never show your email address or phone number)') %]</small> </div> |