aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/barnet/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html
index bc8f3b0c5..e53b583da 100644
--- a/templates/web/barnet/header.html
+++ b/templates/web/barnet/header.html
@@ -50,7 +50,7 @@
<!-- googleoff:all -->
<ul>
<li><a href="/">FixMyStreet Home</a></li>
- <li class="bc_end"><span>[% IF NOT title %]FixMyStreet[% ELSE %] [% "$title" | html %][% END %]</span></li>
+ <li class="bc_end"><span>[% c.req.uri.path == '/'? 'Report a problem' : "$title" | html %]</span></li>
</ul>
<!-- googleon:all -->
</div>