This commit is contained in:
Peter Maquiran
2021-08-23 16:55:18 +01:00
parent 44c238a70d
commit 6b4e92970d
2 changed files with 5 additions and 5 deletions
@@ -130,7 +130,7 @@ export class ViewEventPage implements OnInit {
}, (error)=>{
if(error.status == 0) {
this.toastService.badRequest('não é possível vizualizar este event no modo offline')
this.toastService.badRequest('Não é possível vizualizar este evento no modo offline')
} else {
this.toastService.badRequest('Este evento já não existe na sua agenda')
}