aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-10-27 17:11:05 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-10-27 17:11:05 -0700
commit03d0114dcd6fe5cd9fe8d89f244e96b53fbd3dc6 (patch)
treea2d59641178e4fcc67086193108169d04778c19f /template/html
parentb17e01a2881b5f4244283540de28aa2e450d16f9 (diff)
Fix wrong translation key for category pages
Diffstat (limited to 'template/html')
-rw-r--r--template/html/categories.html2
-rw-r--r--template/html/category_entries.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/html/categories.html b/template/html/categories.html
index ca26615..b534ba1 100644
--- a/template/html/categories.html
+++ b/template/html/categories.html
@@ -11,7 +11,7 @@
</section>
{{ if not .categories }}
- <p class="alert alert-error">{{ t "page.categories.no_category" }}</p>
+ <p class="alert alert-error">{{ t "alert.no_category" }}</p>
{{ else }}
<div class="items">
{{ range .categories }}
diff --git a/template/html/category_entries.html b/template/html/category_entries.html
index 5c5d7fa..69e4f74 100644
--- a/template/html/category_entries.html
+++ b/template/html/category_entries.html
@@ -13,7 +13,7 @@
</section>
{{ if not .entries }}
- <p class="alert">{{ t "alert.no_category" }}</p>
+ <p class="alert">{{ t "alert.no_category_entry" }}</p>
{{ else }}
<div class="items">
{{ range .entries }}