aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/header.html')
-rw-r--r--templates/web/base/admin/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/header.html b/templates/web/base/admin/header.html
index 6282bf383..145bb986d 100644
--- a/templates/web/base/admin/header.html
+++ b/templates/web/base/admin/header.html
@@ -7,7 +7,7 @@ dd { margin-left: 8em; }
select { width: auto; }
</style>
- <p><strong>[% loc('FixMyStreet admin:') %]</strong>
+ <p><strong>[% tprintf(loc('%s admin:', "%s here is the site name"), site_name) %]</strong>
[%- FOREACH link IN allowed_links %]
<a href="[% c.uri_for( link ) %]">[% allowed_pages.$link.0 %]</a>
[% IF NOT loop.last %]|[% END %]