From 2290b09350c7c2d17f4ff5ea4c8c9e3eb1b3359a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bel=C3=A9n=20Barros=20Pe=C3=B1a?= Date: Sat, 27 Sep 2014 21:56:57 +0100 Subject: [PATCH] filters: Use a more visible and human-friendly phrasing for 'filters' v2: Change commit message Signed-off-by: Damien Lespiau --- patchwork/templates/patchwork/filters.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchwork/templates/patchwork/filters.html b/patchwork/templates/patchwork/filters.html index 7652db50..ddd20ddf 100644 --- a/patchwork/templates/patchwork/filters.html +++ b/patchwork/templates/patchwork/filters.html @@ -144,10 +144,10 @@ function submitter_field_change(field)
- Filters: + Show patches with: {% if filters.applied_filters %} {% for filter in filters.applied_filters %} - {{ filter.name }} = {{ filter.condition }} + {{ filter.name }} = {{ filter.condition }} {% if not filter.forced %}    -- 2.47.3