aboutsummaryrefslogtreecommitdiffhomepage
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/html/common/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index 85f1df4..fd32499 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="Logged as {{ .user.Username }}">{{ t "Logout" }}</a>
+ <a href="{{ route "logout" }}" title="{{ t "Logged as" }} {{ .user.Username }}">{{ t "Logout" }}</a>
</li>
</ul>
</nav>
@@ -121,4 +121,4 @@
</template>
</body>
</html>
-{{ end }} \ No newline at end of file
+{{ end }}