X-Git-Url: https://scm.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/b86376bdcf704ed8d037fff2bca084b9197577ed..be8509f9d47d427be5bf7ad9cdcd99a0929f8ac1:/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:")