1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

Updated Strings for Keyboard Shortcuts & added missing strings

- added missing String for "Pages Navigation", "Logged as" and "Unread Items"
- fixed some other strings
This commit is contained in:
stratmaster 2018-01-18 00:57:30 +01:00 committed by fguillot
parent 45f0d3bed3
commit 68508ff800
3 changed files with 22 additions and 16 deletions

View file

@ -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 }}
{{ end }}