From 7a7dfe00308ca17b7579c74b9d6dc7b74823925c Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 8 Jun 2022 14:59:32 +0200 Subject: [PATCH] Fix error message text --- teleforma/templates/registration/password_reset_done.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %} -- 2.39.5