diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/taxonomy_single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index 2e5533b..3d33731 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -3,7 +3,7 @@ {%- block main -%} <main> {%- if term %} - <h3 class="filter">Filtering for "{{ term.name }}"</h3> + <h3 class="filter">{{ trans(key="filtering_for", lang=lang) }} "{{ term.name }}"</h3> <small> <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">{{ trans(key="remove_filter", lang=lang) }}</a> </small> |