diff options
Diffstat (limited to 'templates/web/harrogate/footer.html')
-rw-r--r-- | templates/web/harrogate/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/harrogate/footer.html b/templates/web/harrogate/footer.html index 625096b32..a37f94a35 100644 --- a/templates/web/harrogate/footer.html +++ b/templates/web/harrogate/footer.html @@ -19,7 +19,7 @@ [% selected = c.req.uri.path == '/my' %] <li> <[% IF selected %]span[% ELSE %]a href="/my"[% END %]> - [% loc("Your reports") %]</[% selected ? 'span' : 'a' %]></li> + [% c.user_exists ? loc("Your account") : loc("Sign in") %]</[% selected ? 'span' : 'a' %]></li> [% selected = c.req.uri.path == '/reports/Harrogate' %] <li> |