- updated SendReq

- If Server Down the login msg error corrected.
This commit is contained in:
Paolo Arena
2019-02-07 00:53:10 +01:00
parent cb62d46048
commit 5ee0d8e171
8 changed files with 51 additions and 25 deletions

View File

@@ -52,6 +52,9 @@ const messages = {
errore_generico: 'Errore Generico',
errore_server: 'Impossibile accedere al Server. Riprovare Grazie',
},
user: {
notregistered: 'Devi registrarti al servizio prima di porter memorizzare i dati'
},
reg: {
incorso: 'Registrazione in corso...',
richiesto: 'Campo Richiesto',
@@ -173,6 +176,9 @@ const messages = {
errore_generico: 'Generic Error',
errore_server: 'Unable to access to the Server. Retry. Thank you.',
},
user: {
notregistered: 'You need first to SignUp before storing data'
},
reg: {
incorso: 'Registration please wait...',
richiesto: 'Field Required',