From cdc99998b2ef30c3da37b3511d7e2c275f78317a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 23 Feb 2019 22:34:15 +0100 Subject: [PATCH] tourism_services: translate filter --- tourism_services.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tourism_services.json b/tourism_services.json index 57b77d2..0a7f5dd 100644 --- a/tourism_services.json +++ b/tourism_services.json @@ -147,7 +147,7 @@ "name": "{{ trans('filter:type') }}", "show_default": "true", "type": "select", - "values": "{% for k, v in const %}{% endfor %}" + "values": "{% for k, v in const %}{% endfor %}" } } }