From 0df433fd1ef672f5af55d4c9bacf5208c7022541 Mon Sep 17 00:00:00 2001 From: Guillim Date: Mon, 1 Jul 2019 17:45:30 +0200 Subject: [PATCH] changing the wording, and making sure we add specific simple SPAN tags to better test our code --- app/authentification/templates/email_not_set.html | 2 +- app/authentification/templates/password_reset_done.html | 2 +- .../templates/validate_mail_address_complete.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/authentification/templates/email_not_set.html b/app/authentification/templates/email_not_set.html index 7a9e894e..b940f1d8 100644 --- a/app/authentification/templates/email_not_set.html +++ b/app/authentification/templates/email_not_set.html @@ -3,7 +3,7 @@ {% block content_auth %}

- The webmaster hasn't set up any emails yet, so we can't send you any link confirmation + The webmaster has not set up any emails yet, so we can't send you any link confirmation

Please contact the admin to learn more diff --git a/app/authentification/templates/password_reset_done.html b/app/authentification/templates/password_reset_done.html index 44dfad28..13dc480a 100644 --- a/app/authentification/templates/password_reset_done.html +++ b/app/authentification/templates/password_reset_done.html @@ -3,7 +3,7 @@ {% block content_auth %}

- We've emailed you instructions for setting your password, if an account exists with the email you entered. + We've emailed you instructions for re-setting your password, if an account exists with the email you entered. You should receive them shortly.

diff --git a/app/authentification/templates/validate_mail_address_complete.html b/app/authentification/templates/validate_mail_address_complete.html index 44dfad28..c6c96668 100644 --- a/app/authentification/templates/validate_mail_address_complete.html +++ b/app/authentification/templates/validate_mail_address_complete.html @@ -3,7 +3,7 @@ {% block content_auth %}

- We've emailed you instructions for setting your password, if an account exists with the email you entered. + We've emailed you instructions to activate your account. You should receive them shortly.