From e180e6946760657d3f17a3587f0cbebc89b10ab9 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 30 Oct 2015 23:06:00 -0500 Subject: [PATCH] fixed a typo, thanks James Burke --- gluon/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/tools.py b/gluon/tools.py index 0402f148..0fb10763 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1247,7 +1247,7 @@ class Auth(object): retrieve_password_subject='Password retrieve', reset_password='Click on the link %(link)s to reset your password', reset_password_subject='Password reset', - bulk_invite_subject='Invitation to join%(site)s', + bulk_invite_subject='Invitation to join %(site)s', bulk_invite_body='You have been invited to join %(site)s, click %(link)s to complete the process', invalid_reset_password='Invalid reset password', profile_updated='Profile updated',