From: Yoan Le Clanche Date: Wed, 8 Jun 2022 12:59:32 +0000 (+0200) Subject: Fix error message text X-Git-Tag: 2.8.1-pro~115^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7a7dfe00308ca17b7579c74b9d6dc7b74823925c;p=teleforma.git Fix error message text --- diff --git a/teleforma/templates/registration/password_reset_done.html b/teleforma/templates/registration/password_reset_done.html index 4e538e03..c0ff509d 100644 --- a/teleforma/templates/registration/password_reset_done.html +++ b/teleforma/templates/registration/password_reset_done.html @@ -4,5 +4,6 @@ {% block title %}
{% trans "Password reset successful" %}{% endblock %} {% block content %} -

{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}

+ +

Nous vous avons envoyé un mail contenant les instructions pour mettre à jour votre mot de passe. Vous devriez le recevoir sous peu.

{% endblock %}