This commit is contained in:
tiago.kayaya
2021-08-03 13:50:52 +01:00
parent c69730cb92
commit 37b608eccc
9 changed files with 27 additions and 27 deletions
@@ -168,7 +168,7 @@ export class ExpedienteDetailPage implements OnInit {
window.history.back();
} finally {
if(error.status == 0) {
this.toastService.badRequest('Não é possível vizualizar este processo no modo offline')
this.toastService.badRequest('Não é possível visualizar este processo no modo offline')
} else {
this.toastService.badRequest('Processo não encontrado')
}