mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
updates
This commit is contained in:
@@ -871,7 +871,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
|
||||
}
|
||||
} else {
|
||||
this.toastService._badRequest("ficheiro invalido")
|
||||
this.toastService._badRequest("Ficheiro inválido")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -890,7 +890,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
this.toastService._badRequest("ficheiro invalido")
|
||||
this.toastService._badRequest("Ficheiro inválido")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@ export class NewPublicationPage implements OnInit {
|
||||
} else if(validation.isError) {
|
||||
validation.error
|
||||
|
||||
this.toastService._badRequest("imagem invalida")
|
||||
this.toastService._badRequest("Imagem inválida")
|
||||
}
|
||||
|
||||
}
|
||||
@@ -182,7 +182,7 @@ export class NewPublicationPage implements OnInit {
|
||||
this.capturedImage = picture
|
||||
});
|
||||
} else {
|
||||
this.toastService._badRequest("imagem invalida")
|
||||
this.toastService._badRequest("Imagem inválida")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user