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:
parent
b17e01a288
commit
03d0114dcd
3 changed files with 6 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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