diff --git a/common/models/User-Identity.js b/common/models/User-Identity.js index 44598149d4..870e6a9c37 100644 --- a/common/models/User-Identity.js +++ b/common/models/User-Identity.js @@ -60,11 +60,11 @@ export default function(UserIdent) { .flatMap(user => { if (!user) { throw wrapHandledError( - new Error('could not find or create an user'), + new Error('could not find or create a user'), { message: dedent` - Oops... something is not right. We could not find create - an user with that email. + Oops... something is not right. We could not find or create a + user with that email. `, type: 'info', redirectTo: '/'