From e619c580d9a924f0780f8898021b7a8be9ba1bcd Mon Sep 17 00:00:00 2001 From: pikim Date: Fri, 20 Jan 2023 16:36:58 +0100 Subject: [PATCH] Remove trailing spaces --- templates/forms/fields/privacy/privacy.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/forms/fields/privacy/privacy.html.twig b/templates/forms/fields/privacy/privacy.html.twig index b3b26af..1b6c651 100644 --- a/templates/forms/fields/privacy/privacy.html.twig +++ b/templates/forms/fields/privacy/privacy.html.twig @@ -30,7 +30,7 @@ {% if field.markdown %} {{ field.label|t|markdown(false) }} {% else %} - {{'FUTURE.PRIVACY'|t}} {{field.label}} + {{'FUTURE.PRIVACY'|t}} {{field.label}} {% endif %} {{ field.validate.required in ['on', 'true', 1] ? '*' }}