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:
parent
eb9d23c796
commit
cd77ebd742
2 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue