]> git.parisson.com Git - teleforma.git/commitdiff
Fix error message text
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 8 Jun 2022 12:59:32 +0000 (14:59 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 8 Jun 2022 12:59:32 +0000 (14:59 +0200)
teleforma/templates/registration/password_reset_done.html

index 4e538e03025fed909cb9190cd46ec6c757aca612..c0ff509d32ce3d9c7ea2f9953fc2f9323732b098 100644 (file)
@@ -4,5 +4,6 @@
 {% block title %}<br />{% trans "Password reset successful" %}{% endblock %}
 
 {% block content %}
-<p>{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}</p>
+
+<p>Nous vous avons envoyé un mail contenant les instructions pour mettre à jour votre mot de passe. Vous devriez le recevoir sous peu.</p>
 {% endblock %}