From c13e8af6e06120e916cc58bf95fdada09d7cc9c8 Mon Sep 17 00:00:00 2001 From: osbre Date: Sat, 17 Aug 2024 20:53:15 +0000 Subject: Use translation key in `taxonomy_single.html` --- templates/taxonomy_single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -%}
{%- if term %} -

Filtering for "{{ term.name }}"

+

{{ trans(key="filtering_for", lang=lang) }} "{{ term.name }}"

{{ trans(key="remove_filter", lang=lang) }} -- cgit 1.4.1