diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-14 16:30:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-01-14 16:32:26 +0000 |
commit | 6bbca382a56d4a31f60da5de7ba689c15c1222ef (patch) | |
tree | ff434c2d63e1e029d321e46910ce7a5549972372 | |
parent | e64769274ecb67d31949428b98593f04e4862da2 (diff) |
Update other uses of text changed in a0a33741.
5 files changed, 7 insertions, 8 deletions
diff --git a/templates/web/barnet/report/new/councils_text_all.html b/templates/web/barnet/report/new/councils_text_all.html index 20152928b..ae02f7647 100644 --- a/templates/web/barnet/report/new/councils_text_all.html +++ b/templates/web/barnet/report/new/councils_text_all.html @@ -1,4 +1,4 @@ <p> All the information you provide here will be sent to the <strong>relevant department</strong>. -[% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] +[% loc('The summary and description will also be made public (see our <a href="/privacy">privacy policy</a>).') %] </p> diff --git a/templates/web/base/report/new/councils_extra_text.html b/templates/web/base/report/new/councils_extra_text.html index 1088b9f8b..b77758b01 100644 --- a/templates/web/base/report/new/councils_extra_text.html +++ b/templates/web/base/report/new/councils_extra_text.html @@ -1 +1 @@ -[% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] +[% loc('The summary and description will also be made public (see our <a href="/privacy">privacy policy</a>).') %] diff --git a/templates/web/base/report/new/councils_text_some.html b/templates/web/base/report/new/councils_text_some.html index 8d4768612..70cb97617 100644 --- a/templates/web/base/report/new/councils_text_some.html +++ b/templates/web/base/report/new/councils_text_some.html @@ -7,9 +7,8 @@ [%- '.' IF loop.last %] [% END %] -[% - loc('The subject and details of the problem will be public, plus your name if you give us permission.'); -%] +[% loc('The summary and description will also be made public (see our <a href="/privacy">privacy policy</a>).') %] + [% nget( "We do <strong>not</strong> yet have details for the other council that covers this location.", diff --git a/templates/web/base/report/new/fill_in_details_form.html b/templates/web/base/report/new/fill_in_details_form.html index ec05e127e..cee0244c7 100644 --- a/templates/web/base/report/new/fill_in_details_form.html +++ b/templates/web/base/report/new/fill_in_details_form.html @@ -15,7 +15,7 @@ loc('the local council') ); %] - [% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] + [% loc('The summary and description will also be made public (see our <a href="/privacy">privacy policy</a>).') %] </p> [% ELSE %] [% PROCESS 'report/new/councils_text.html' %] diff --git a/templates/web/oxfordshire/report/new/councils_text_all.html b/templates/web/oxfordshire/report/new/councils_text_all.html index f205418d7..a8c81f39e 100644 --- a/templates/web/oxfordshire/report/new/councils_text_all.html +++ b/templates/web/oxfordshire/report/new/councils_text_all.html @@ -1,5 +1,5 @@ <p> All the information you provide here will be sent to the - <strong>relevant department</strong>. The subject and details of the - problem will be public, plus your name if you give us permission. + <strong>relevant department</strong>. The summary and description + will also be made public, plus your name if you give us permission. </p> |