diff options
Diffstat (limited to 'internal/template/templates/views/categories.html')
-rw-r--r-- | internal/template/templates/views/categories.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/template/templates/views/categories.html b/internal/template/templates/views/categories.html index 2f7aac2b..9856207d 100644 --- a/internal/template/templates/views/categories.html +++ b/internal/template/templates/views/categories.html @@ -6,7 +6,7 @@ {{ t "page.categories.title" }} <span aria-hidden="true"> ({{ .total }})</span> </h1> - <span id="page-header-title-count" class="sr-only">{{ t "page.categories.total" }}: {{ .total }}</span> + <span id="page-header-title-count" class="sr-only">{{ plural "page.categories_count" .total .total }}</span> <nav aria-label="{{ t "page.categories.title" }} {{ t "menu.title" }}"> <ul> <li> |