mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Fix wrong translation key for category pages
This commit is contained in:
parent
b17e01a288
commit
03d0114dcd
3 changed files with 6 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue