Update resend activation link email text

This commit is contained in:
M.Ravi 2017-09-29 21:45:30 +02:00
parent 4b8d68fc8e
commit e6869612d8
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {