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

Corrected hard coded strings

This commit is contained in:
stratmaster 2018-06-21 15:47:23 +02:00 committed by Frédéric Guillot
parent eb9d23c796
commit cd77ebd742
2 changed files with 6 additions and 6 deletions

View file

@ -96,8 +96,8 @@
<p>{{ t "Items Navigation" }}</p>
<ul>
<li>{{ t "Go to previous item" }} = <strong>p or j or</strong></li>
<li>{{ t "Go to next item" }} = <strong>n or k or</strong></li>
<li>{{ t "Go to previous item" }} = <strong>p {{ t "or" }} j {{ t "or" }}</strong></li>
<li>{{ t "Go to next item" }} = <strong>n {{ t "or" }} k {{ t "or" }}</strong></li>
</ul>
<p>{{ t "Pages Navigation" }}</p>