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