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
@@ -108,7 +108,7 @@ export class ViewEventPage implements OnInit {
})
if(error.status == 0) {
this.toastService.badRequest('Não é possível vizualizar este evento no modo offline')
this.toastService.badRequest('Não é possível visualizar este evento no modo offline')
} else {
this.toastService.badRequest('Este evento já não existe na sua agenda')
}