1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Fix wrong translation key for category pages

This commit is contained in:
Frédéric Guillot 2018-10-27 17:11:05 -07:00
parent b17e01a288
commit 03d0114dcd
3 changed files with 6 additions and 6 deletions

View file

@ -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 }}

View file

@ -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 }}