mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 18:58:29 +01:00
Fixed typo in message. (#132)
Signed-off-by: maxmarzolf <max@treesfromspace.com>
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user