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
@@ -134,7 +134,7 @@ export class NewActionPage implements OnInit {
this.getActions.emit()
} catch (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('Não foi possivel criar a acção presidencial')