aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
authorGravatar stratmaster <stratmaster@users.noreply.github.com>2018-06-21 15:47:23 +0200
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-06-22 18:41:19 -0700
commitcd77ebd7422b0988df9a5c017901a51507e79abd (patch)
treecb6dd04b96414c9344385dd6a1d7b316da68dc95 /template/html/common/layout.html
parenteb9d23c796b6c209543e15d815e46d85de382d60 (diff)
Corrected hard coded strings
Diffstat (limited to 'template/html/common/layout.html')
-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 aa86938..d98de9d 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -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>