Fixed typo in message. (#132)

Signed-off-by: maxmarzolf <max@treesfromspace.com>
pull/148/head
Max 3 years ago committed by GitHub
parent 6ba8ef4937
commit 6bec53c4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      react-express-mongodb/backend/config/messages.js

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

Loading…
Cancel
Save