Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #405 from dlakata/correct-typo
Browse files Browse the repository at this point in the history
fixes spelling of 'successfully'
  • Loading branch information
jonafato committed May 12, 2016
2 parents 24ed272 + a7e1578 commit 9e5865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_security/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
'INVALID_PASSWORD': (
'Invalid password', 'error'),
'PASSWORDLESS_LOGIN_SUCCESSFUL': (
'You have successfuly logged in.', 'success'),
'You have successfully logged in.', 'success'),
'PASSWORD_RESET': (
'You successfully reset your password and you have been logged in automatically.',
'success'),
Expand Down

0 comments on commit 9e5865d

Please sign in to comment.