diff --git a/horilla_widgets/templates/horilla_widgets/horilla_multiselect_widget.html b/horilla_widgets/templates/horilla_widgets/horilla_multiselect_widget.html index 48eb9c786..f7dd50dc1 100644 --- a/horilla_widgets/templates/horilla_widgets/horilla_multiselect_widget.html +++ b/horilla_widgets/templates/horilla_widgets/horilla_multiselect_widget.html @@ -144,6 +144,7 @@ {% endfor %} +
@@ -167,7 +168,7 @@ width: 50px; " > - Filter + {% trans "Filter" %}
- Add + {% trans "Add" %}
diff --git a/horilla_widgets/templates/horilla_widgets/multiselect_components/filter_tags.html b/horilla_widgets/templates/horilla_widgets/multiselect_components/filter_tags.html index d224ee910..16ff3d2b6 100644 --- a/horilla_widgets/templates/horilla_widgets/multiselect_components/filter_tags.html +++ b/horilla_widgets/templates/horilla_widgets/multiselect_components/filter_tags.html @@ -1,3 +1,4 @@ +{% load i18n %}