]> Raphaƫl G. Git Repositories - blogbundle/blobdiff - Resources/views/form/edit.html.twig
Cleanup messages
[blogbundle] / Resources / views / form / edit.html.twig
index 9fc1c590fd050ec9e43fdd4c1e4c15c67bd37d82..ef321a64bcc80cfde0ebce622a2364ed5935407b 100644 (file)
@@ -8,8 +8,8 @@
                        {% if disabled is defined and disabled %}
                                <p class="message error">{% trans %}Your account has been disabled{% endtrans %}</p>
                        {% elseif sent is defined and sent %}
-                               <p class="message notice">{% trans %}Your verification mail has been sent, to activate your account you must follow the confirmation link inside{% endtrans %}</p>
-                               <p class="message warning">{% trans %}If you did not receive a verification mail, check your Spam or Junk mail folders{% endtrans %}</p>
+                               <p class="message notice">{% trans %}Your verification mail has been sent, to activate your account follow the confirmation link inside{% endtrans %}</p>
+                               <p class="message warning">{% trans %}If you did not receive a verification mail, check your Spam or Junk mail folder{% endtrans %}</p>
                        {% else %}
                                {{ form_start(edit) }}
                                        {% if edit.mail is defined %}