aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index fd32499..ca19313 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -61,7 +61,7 @@
<a href="{{ route "settings" }}" data-page="settings">{{ t "Settings" }}</a>
</li>
<li>
- <a href="{{ route "logout" }}" title="{{ t "Logged as" }} {{ .user.Username }}">{{ t "Logout" }}</a>
+ <a href="{{ route "logout" }}" title="{{ t "Logged as %s" .user.Username }}">{{ t "Logout" }}</a>
</li>
</ul>
</nav>