aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/category_entries.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-09-21 18:53:29 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-09-21 22:23:23 -0700
commitbeb7a0cfcb6a5a76d680707a4c458eee51d87c07 (patch)
treef6e23ffbffcdd58f8438e2d2711acb4fa86bb83b /template/html/category_entries.html
parentf244df62936eea307a5fc3f27fb9968527d402ac (diff)
Use unique translation IDs instead of English text as key
Diffstat (limited to 'template/html/category_entries.html')
-rw-r--r--template/html/category_entries.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/html/category_entries.html b/template/html/category_entries.html
index e704195..5c5d7fa 100644
--- a/template/html/category_entries.html
+++ b/template/html/category_entries.html
@@ -6,14 +6,14 @@
{{ if .entries }}
<ul>
<li>
- <a href="#" data-on-click="markPageAsRead">{{ t "Mark this page as read" }}</a>
+ <a href="#" data-on-click="markPageAsRead">{{ t "menu.mark_page_as_read" }}</a>
</li>
</ul>
{{ end }}
</section>
{{ if not .entries }}
- <p class="alert">{{ t "There is no article in this category." }}</p>
+ <p class="alert">{{ t "alert.no_category" }}</p>
{{ else }}
<div class="items">
{{ range .entries }}
@@ -35,7 +35,7 @@
{{ if .entries }}
<ul>
<li>
- <a href="#" data-on-click="markPageAsRead">{{ t "Mark this page as read" }}</a>
+ <a href="#" data-on-click="markPageAsRead">{{ t "menu.mark_page_as_read" }}</a>
</li>
</ul>
{{ end }}