aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/categories.html')
-rw-r--r--template/html/categories.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/categories.html b/template/html/categories.html
index dde0339..ca26615 100644
--- a/template/html/categories.html
+++ b/template/html/categories.html
@@ -25,7 +25,7 @@
<ul>
<li>
{{ if eq .FeedCount 0 }}
- {{ t "No feed." }}
+ {{ t "page.categories.no_feed" }}
{{ else }}
{{ plural "page.categories.feed_count" .FeedCount .FeedCount }}
{{ end }}
@@ -33,7 +33,7 @@
</ul>
<ul>
<li>
- <a href="{{ route "editCategory" "categoryID" .ID }}">{{ t "Edit" }}</a>
+ <a href="{{ route "editCategory" "categoryID" .ID }}">{{ t "menu.edit_category" }}</a>
</li>
{{ if eq .FeedCount 0 }}
<li>