bug on mobile sign diploma

This commit is contained in:
Eudes Inácio
2023-10-31 11:56:34 +01:00
parent 6a0fb91876
commit b77280e64e
5 changed files with 43195 additions and 601 deletions
@@ -91,7 +91,7 @@ export class HttpErrorHandle {
validationMessagge(service: string, callback?: any) {
switch (service) {
case 'diplomaAsDraft':
this.toastService._badRequest('Este diploma não contem um draft para ser assinado!')
this.toastService._badRequest('Este diploma não contem um rascunho para ser assinado!')
break;
default: