diff options
Diffstat (limited to 'internal/template/templates/views/category_feeds.html')
-rw-r--r-- | internal/template/templates/views/category_feeds.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/template/templates/views/category_feeds.html b/internal/template/templates/views/category_feeds.html index 2564cf68..bcb9a026 100644 --- a/internal/template/templates/views/category_feeds.html +++ b/internal/template/templates/views/category_feeds.html @@ -6,9 +6,7 @@ {{ .category.Title }} <span aria-hidden="true">></span> {{ t "page.feeds.title" }} <span aria-hidden="true"> ({{ .total }})</span> </h1> - <span class="sr-only"> - {{ t "page.categories.feeds.total" }}: {{ .total }} - </span> + <span class="sr-only">{{ plural "page.categories.feed_count" .total .total }}</span> <nav aria-label="{{ .category.Title }} {{ t "page.feeds.title" }} {{ t "menu.title" }}"> <ul> <li> |