This commit is contained in:
Peter Maquiran
2023-11-10 14:58:33 +01:00
parent e21c39d5d9
commit 99d21a716b
16 changed files with 94 additions and 40 deletions
@@ -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")
}