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
@@ -278,7 +278,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
}, (error) => {
laoder.remove()
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('Não foi possível marcar a reunião');