Skip to content

Commit 0df433f

Browse files
author
Guillim
committed
changing the wording, and making sure we add specific simple SPAN tags to better test our code
1 parent aa9466a commit 0df433f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/authentification/templates/email_not_set.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block content_auth %}
44
<div class="card-content">
55
<p>
6-
The webmaster hasn't set up any emails yet, so we can't send you any link confirmation
6+
The webmaster <span>has not set up any emails</span> yet, so we can't send you any link confirmation
77
</p>
88
<p>
99
Please contact the admin to learn more

app/authentification/templates/password_reset_done.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block content_auth %}
44
<div class="card-content">
55
<p>
6-
We've emailed you instructions for setting your password, if an account exists with the email you entered.
6+
We've emailed you instructions for re-setting your password, if an account exists with the email you entered.
77
You should receive them shortly.
88
</p>
99
<p>

app/authentification/templates/validate_mail_address_complete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block content_auth %}
44
<div class="card-content">
55
<p>
6-
We've emailed you instructions for setting your password, if an account exists with the email you entered.
6+
We've <span>emailed you instructions to activate your account</span>.
77
You should receive them shortly.
88
</p>
99
<p>

0 commit comments

Comments
 (0)