From 03d0114dcd6fe5cd9fe8d89f244e96b53fbd3dc6 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 27 Oct 2018 17:11:05 -0700 Subject: Fix wrong translation key for category pages --- template/html/category_entries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/html/category_entries.html') 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 @@ {{ if not .entries }} -

{{ t "alert.no_category" }}

+

{{ t "alert.no_category_entry" }}

{{ else }}
{{ range .entries }} -- cgit v1.2.3