From e6869612d838741554ff046b4846b9994ea6f186 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Fri, 29 Sep 2017 21:45:30 +0200 Subject: [PATCH] Update resend activation link email text --- utils/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/views.py b/utils/views.py index 4ec39bce..a7d8c1c1 100644 --- a/utils/views.py +++ b/utils/views.py @@ -66,7 +66,7 @@ class LoginViewMixin(FormView): class ResendActivationLinkViewMixin(FormView): success_message = _( - "An email with the activation link has been sent to your email") + "An email with the activation link has been sent to you") def generate_email_context(self, user): context = {