From fb18070c315bb8e922d418fc83a4a74e1979dce6 Mon Sep 17 00:00:00 2001 From: Stefan Kaltenbrunner Date: Sun, 25 Jan 2015 09:34:52 +0100 Subject: [PATCH] fix spelling error and quote the "change" reference to make it more obvious --- templates/account/emailchangecompleted.html | 2 +- templates/account/emailchangeform.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/account/emailchangecompleted.html b/templates/account/emailchangecompleted.html index a4aa0c1b..3cf357cc 100644 --- a/templates/account/emailchangecompleted.html +++ b/templates/account/emailchangecompleted.html @@ -24,7 +24,7 @@ spaces.

Double check the URL, and if it is correct, restart the process by -clicking change in your profile to generate a new token and try again. +clicking "change" in your profile to generate a new token and try again.

{%endif%} diff --git a/templates/account/emailchangeform.html b/templates/account/emailchangeform.html index f83f4a03..ea00ee26 100644 --- a/templates/account/emailchangeform.html +++ b/templates/account/emailchangeform.html @@ -10,7 +10,7 @@ Wait for this token to arrive, and then click the link that is sent in the email to confirm the change of email.

-The token will be valid for approximately 24 hours, after wihch it will +The token will be valid for approximately 24 hours, after which it will be automatically deleted.

@@ -23,7 +23,7 @@ valid for use. {%else%}

To change your email address, input the new address below. Once you -click Change, a verification token will be sent to the new email address, +click "Change email", a verification token will be sent to the new email address, and once you click the link in that email, your email will be changed.

{%endif%} -- 2.39.5