From 640ccc90e9242323c2ff1fad1afd44120d2c6fd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 8 Jan 2024 12:13:53 +0100 Subject: [PATCH] Cleanup messages --- Resources/views/form/edit.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/form/edit.html.twig b/Resources/views/form/edit.html.twig index 9fc1c59..ef321a6 100644 --- a/Resources/views/form/edit.html.twig +++ b/Resources/views/form/edit.html.twig @@ -8,8 +8,8 @@ {% if disabled is defined and disabled %}

{% trans %}Your account has been disabled{% endtrans %}

{% elseif sent is defined and sent %} -

{% trans %}Your verification mail has been sent, to activate your account you must follow the confirmation link inside{% endtrans %}

-

{% trans %}If you did not receive a verification mail, check your Spam or Junk mail folders{% endtrans %}

+

{% trans %}Your verification mail has been sent, to activate your account follow the confirmation link inside{% endtrans %}

+

{% trans %}If you did not receive a verification mail, check your Spam or Junk mail folder{% endtrans %}

{% else %} {{ form_start(edit) }} {% if edit.mail is defined %} -- 2.41.0