diff options
-rwxr-xr-x | templates/web/fixmystreet/reports/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/reports/index.html b/templates/web/fixmystreet/reports/index.html index 8e7078e1f..633e96022 100755 --- a/templates/web/fixmystreet/reports/index.html +++ b/templates/web/fixmystreet/reports/index.html @@ -3,7 +3,7 @@ <h1>[% loc('All Reports') %]</h1> <div class="intro"> - <p>[% loc('This is a summary of all reports on this site; select a particular council to see the reports sent there. Greyed-out lines are councils that no longer exist.') %]</p> + <p>[% loc('This is a summary of all reports on this site; select a particular council to see the reports sent there.') %][% loc('Greyed-out lines are councils that no longer exist.') %]</p> </div> <table cellpadding="3" cellspacing="1" border="0"> |