From f00f2eff21ab83c25b3505bee41812c2fada96be Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Thu, 16 Aug 2012 18:54:38 -0400 Subject: [PATCH] Update message --- flask_security/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_security/core.py b/flask_security/core.py index 3db091a..b27e7a0 100644 --- a/flask_security/core.py +++ b/flask_security/core.py @@ -77,7 +77,7 @@ _default_config = { _default_messages = { 'UNAUTHORIZED': ('You do not have permission to view this resource.', 'error'), 'CONFIRM_REGISTRATION': ('Thank you. Confirmation instructions have been sent to %(email)s.', 'success'), - 'EMAIL_CONFIRMED': ('Your email has been confirmed. You may now log in.', 'success'), + 'EMAIL_CONFIRMED': ('Thakn you. Your email has been confirmed.', 'success'), 'ALREADY_CONFIRMED': ('Your email has already been confirmed.', 'info'), 'INVALID_CONFIRMATION_TOKEN': ('Invalid confirmation token.', 'error'), 'PASSWORD_RESET_REQUEST': ('Instructions to reset your password have been sent to %(email)s.', 'info'),