From: Raphaƫl Gertz Date: Mon, 8 Jan 2024 11:13:53 +0000 (+0100) Subject: Cleanup messages X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/640ccc90e9242323c2ff1fad1afd44120d2c6fd8 Cleanup messages --- 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 %}