Skip to content

Commit

Permalink
Merge pull request #285 from code-warrior/master
Browse files Browse the repository at this point in the history
Fix typo in login error message
  • Loading branch information
scottnath authored Aug 25, 2016
2 parents 4e7979e + 325dea4 commit 9de2a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
authentication: {
messages: {
login: {
error: 'Email and/or passowrd incorrect',
error: 'Email and/or password incorrect',
},
},
login: {
Expand Down

0 comments on commit 9de2a95

Please sign in to comment.