[PATCH 3/6] templates: Fix spelling mistakes and typos
Eric Engestrom
eric at engestrom.ch
Mon May 2 19:08:29 AEST 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
patchwork/templates/patchwork/optin.html | 2 +-
patchwork/templates/patchwork/registration-confirm.html | 2 +-
patchwork/templates/patchwork/user-link-confirm.html | 2 +-
templates/registration/password_change_done.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/patchwork/templates/patchwork/optin.html b/patchwork/templates/patchwork/optin.html
index 0775281..37a2198 100644
--- a/patchwork/templates/patchwork/optin.html
+++ b/patchwork/templates/patchwork/optin.html
@@ -4,7 +4,7 @@
{% block heading %}Opt-in{% endblock %}
{% block body %}
-<p><strong>Opt-in complete</strong>. You have sucessfully opted back in to
+<p><strong>Opt-in complete</strong>. You have successfully opted back in to
automated email from this Patchwork system, using the address
<strong>{{email}}</strong>.</p>
<p>If you later decide that you no longer want to receive automated mail from
diff --git a/patchwork/templates/patchwork/registration-confirm.html b/patchwork/templates/patchwork/registration-confirm.html
index 56cc107..3832139 100644
--- a/patchwork/templates/patchwork/registration-confirm.html
+++ b/patchwork/templates/patchwork/registration-confirm.html
@@ -4,7 +4,7 @@
{% block heading %}Registration{% endblock %}
{% block body %}
-<p>Registraton confirmed!</p>
+<p>Registration confirmed!</p>
<p>Your Patchwork registration is complete. Head over to your <a
href="{% url 'user-profile' %}">profile</a> to start using
diff --git a/patchwork/templates/patchwork/user-link-confirm.html b/patchwork/templates/patchwork/user-link-confirm.html
index e85eb1b..79678f6 100644
--- a/patchwork/templates/patchwork/user-link-confirm.html
+++ b/patchwork/templates/patchwork/user-link-confirm.html
@@ -8,7 +8,7 @@
{% if errors %}
<p>{{ errors }}</p>
{% else %}
- <p>You have sucessfully linked the email address {{ person.email }} to
+ <p>You have successfully linked the email address {{ person.email }} to
your Patchwork account</p>
{% endif %}
diff --git a/templates/registration/password_change_done.html b/templates/registration/password_change_done.html
index 3f3061f..65d89ef 100644
--- a/templates/registration/password_change_done.html
+++ b/templates/registration/password_change_done.html
@@ -5,6 +5,6 @@
{% block body %}
-<p>Your password has been changed sucessfully.</p>
+<p>Your password has been changed successfully.</p>
{% endblock %}
--
2.8.2
More information about the Patchwork
mailing list