|
@@ -4,7 +4,7 @@ let Errors = {
|
|
|
categoryAlreadyExists: ['This category has already been created', 400],
|
|
|
accountDoesNotExist: ['This account does not exist', 400],
|
|
|
invalidCategory: ['This category does not exist', 400],
|
|
|
- invalidLoginCredentials: ['Invalid login credentials were provided', 401],
|
|
|
+ invalidLoginCredentials: ['The username or password provided was incorrect', 401],
|
|
|
requestNotAuthorized: ['The request was not authorized', 401],
|
|
|
invalidToken: ['The token provided was not valid', 401],
|
|
|
noSettings: ['You haven\'t added any settings yet', 500],
|