diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html index aa33428aa..2e4717360 100644 --- a/templates/web/zurich/footer.html +++ b/templates/web/zurich/footer.html @@ -6,7 +6,7 @@ <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> <ul id="main-menu"> - <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn" + <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[% |