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:
parent
45f0d3bed3
commit
68508ff800
3 changed files with 22 additions and 16 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue