- updated SendReq

- If Server Down the login msg error corrected.
This commit is contained in:
Paolo Arena
2019-02-06 18:47:54 +01:00
parent cb941568e2
commit cb62d46048
11 changed files with 278 additions and 190 deletions

View File

@@ -48,6 +48,10 @@ const messages = {
}
}
},
fetch: {
errore_generico: 'Errore Generico',
errore_server: 'Impossibile accedere al Server. Riprovare Grazie',
},
reg: {
incorso: 'Registrazione in corso...',
richiesto: 'Campo Richiesto',
@@ -165,6 +169,10 @@ const messages = {
}
}
},
fetch: {
errore_generico: 'Generic Error',
errore_server: 'Unable to access to the Server. Retry. Thank you.',
},
reg: {
incorso: 'Registration please wait...',
richiesto: 'Field Required',