diff options
-rw-r--r-- | templates/web/fixmystreet.com/reports/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/reports/summary.html b/templates/web/fixmystreet.com/reports/summary.html index d796f9b64..1b48d68b4 100644 --- a/templates/web/fixmystreet.com/reports/summary.html +++ b/templates/web/fixmystreet.com/reports/summary.html @@ -9,7 +9,7 @@ [% INCLUDE 'header.html', title = loc('Dashboard'), bodyclass => 'dashboard fullwidthpage' %] <div class="dashboard-header"> - <h1>FMS [% loc('Dashboard') %] – [% body.name %]</h1> + <h1>[% loc('Dashboard') %] – [% body.name %]</h1> </div> [% IF body.send_method == 'Email' OR body.send_method == '' %] |