]> Raphaël G. Git Repositories - blogbundle/commitdiff
Update message
authorRaphaël Gertz <git@rapsys.eu>
Mon, 8 Jan 2024 11:15:48 +0000 (12:15 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 8 Jan 2024 11:15:48 +0000 (12:15 +0100)
Resources/views/mail/register.html.twig
Resources/views/mail/register.text.twig

index 390dde45e498bcddb082a9cc392be672842434c5..bca60d05acb4cbeee38c6878ca24f9d9423350fb 100644 (file)
@@ -6,7 +6,7 @@
                                <h2 title="{% trans %}Subject{% endtrans %}">{{ 'Welcome to %head.site%'|trans({'%head.site%': head.site}) }}</h2>
                                <h3>{% if recipient_name %}{{ 'Hi %recipient_name%,'|trans({'%recipient_name%': recipient_name}) }}{% else %}{% trans %}Hi,{% endtrans %}{% endif %}</h3>
                                <p>{{ 'Thanks so much for joining %head.site%, the blog program.'|trans({'%head.site%': head.site}) }}</p>
-                               <p>{% trans %}To create your account you must follow this link:{% endtrans %}</p>
+                               <p>{% trans %}To finalize your account follow this link:{% endtrans %}</p>
                                <p><a href="{{ confirm_url|escape('html_attr') }}">{{ confirm_url }}</a></p>
                        </td>
                </tr>
index 7cc66e1ce2fb71135ec7facebac83a1a2f352296..64fef8d258ca208febc1df131c5a6e17f09fbc14 100644 (file)
@@ -4,7 +4,7 @@
 
 *{{ 'Thanks so much for joining %head.site%, the blog program.'|trans({'%head.site%': head.site}) }}*
 
-{% trans %}To create your account you must follow this link:{% endtrans %}
+{% trans %}To finalize your account follow this link:{% endtrans %}
 {{ confirm_url }}
 
 --