This commit is contained in:
Peter Maquiran
2023-02-02 18:22:31 +01:00
parent 6f2b3e82b1
commit 702cb9429a
39 changed files with 124 additions and 126 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export class DelegarPage implements OnInit {
},
(error)=>{
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest("Processo não delegado")
}