aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-05-02 10:08:29 +0100
committerStephen Finucane <stephen.finucane@intel.com>2016-05-09 13:43:29 +0100
commit82729405630b44b5f1920e0569c7b1015f93572f (patch)
tree56962a4ca3c55dad0f2afff4dd16a286729dc0e1
parentfa85809ebc1d289ff691e8d995921f91f63f2256 (diff)
downloadpatchwork-82729405630b44b5f1920e0569c7b1015f93572f.tar
patchwork-82729405630b44b5f1920e0569c7b1015f93572f.tar.gz
templates: Fix spelling mistakes and typos
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r--patchwork/templates/patchwork/optin.html2
-rw-r--r--patchwork/templates/patchwork/registration-confirm.html2
-rw-r--r--patchwork/templates/patchwork/user-link-confirm.html2
-rw-r--r--templates/registration/password_change_done.html2
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 %}