Fixed typo in message. (#132)

Signed-off-by: maxmarzolf <max@treesfromspace.com>
master
Max 4 years ago committed by GitHub
parent 6ba8ef4937
commit 6bec53c4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ module.exports = {
}, },
UNAUTHORIZED: { UNAUTHORIZED: {
code: 401, code: 401,
message: "You session is expired. Please login again", message: "Your session has expired. Please login again",
success: false, success: false,
}, },
SUCCESSFUL_DELETE: { SUCCESSFUL_DELETE: {

Loading…
Cancel
Save