Update resend activation link email text
This commit is contained in:
parent
4b8d68fc8e
commit
e6869612d8
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue