aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/category_entries.html
diff options
context:
space:
mode:
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 }}