aboutsummaryrefslogtreecommitdiffhomepage
path: root/template
diff options
context:
space:
mode:
authorGravatar stratmaster <stratmaster@users.noreply.github.com>2018-01-18 00:57:30 +0100
committerGravatar fguillot <fred@kanboard.net>2018-01-17 22:05:25 -0800
commit68508ff8008740444808a13c21369c6fbc2a66d0 (patch)
tree55ec8e4bca9ae31ed0de73f02e157737adc9cc44 /template
parent45f0d3bed3a506424becdc296b8fdd756058c686 (diff)
Updated Strings for Keyboard Shortcuts & added missing strings
- added missing String for "Pages Navigation", "Logged as" and "Unread Items" - fixed some other strings
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 }}