From e1f406f3c5df712f82394dfe068164350d615ccc Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 18 Sep 2014 13:05:08 -0400 Subject: [PATCH] Fix text of change email --- emails/changeemail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emails/changeemail.html b/emails/changeemail.html index d247bdc2d..ee9b909fc 100644 --- a/emails/changeemail.html +++ b/emails/changeemail.html @@ -7,7 +7,7 @@ This email address was recently asked to become the new e-mail address for user {{ username | user_reference }}.

-To confirm this email address, please click the following link:
+To confirm this change, please click the following link:
{{ app_link('confirm?code=' + token) }} {% endblock %}