From 7e54c877f64a33f6c57595581aa81038967e0ba3 Mon Sep 17 00:00:00 2001 From: g4m4 Date: Fri, 1 Mar 2024 13:35:17 +0100 Subject: Minor translation fix: use the translated term for "remove filter" --- templates/taxonomy_single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index a8ca536..9c9cebb 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -5,7 +5,7 @@ {%- if term %}

Filtering for "{{ term.name }}"

- Remove filter + {{ trans(key="remove_filter", lang=lang) }} {%- endif %}