Bug: Fix error message when existing agent email is reused for a new agent (#538)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
ghosteathuman
2020-02-22 21:36:16 +08:00
committed by GitHub
parent 6340eb3ae2
commit 67f4f69e8a
4 changed files with 10 additions and 3 deletions

View File

@@ -45,6 +45,7 @@
},
"API": {
"SUCCESS_MESSAGE": "Agent added successfully",
"EXIST_MESSAGE": "Agent email already in use, Please try another email address",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},