X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/aefda44ab040aa30d29723ff652cb264c53eeb26..f12db319e996bb1c96e2282cc9a51191a631333a:/skins/generic/password_reset_mail.py diff --git a/skins/generic/password_reset_mail.py b/skins/generic/password_reset_mail.py index 442a1f6..7a9ab12 100644 --- a/skins/generic/password_reset_mail.py +++ b/skins/generic/password_reset_mail.py @@ -3,7 +3,7 @@ from Products.Plinn.utils import translate as _ print _('Hi %(fullName)s,') print -print _('You have asked to change your password.') +print _('You recently asked to reset your password.') print _("To get back into your account on the %(siteName)s website, you'll need to create a new password.") print _("It's easy:")