cambio de texto en validacion 2.0

This commit is contained in:
Paola 2021-07-11 22:32:30 -06:00
parent 7d241302f9
commit 83d8add038
1 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@
*ngIf="loginForm.get('password')?.errors?.required" *ngIf="loginForm.get('password')?.errors?.required"
jhiTranslate="global.messages.validate.newpassword.required" jhiTranslate="global.messages.validate.newpassword.required"
> >
Your password is required. Your password is required
</small> </small>
<small <small
@ -163,7 +163,7 @@
*ngIf="loginForm.get('password')?.errors?.minlength" *ngIf="loginForm.get('password')?.errors?.minlength"
jhiTranslate="global.messages.validate.newpassword.minlength" jhiTranslate="global.messages.validate.newpassword.minlength"
> >
Your password is required to be at least 8 characters. Your password is required to be at least 8 characters
</small> </small>
<small <small
@ -171,7 +171,7 @@
*ngIf="loginForm.get('password')?.errors?.maxlength" *ngIf="loginForm.get('password')?.errors?.maxlength"
jhiTranslate="global.messages.validate.newpassword.maxlength" jhiTranslate="global.messages.validate.newpassword.maxlength"
> >
Your password cannot be longer than 50 characters. Your password cannot be longer than 50 characters
</small> </small>
</div> </div>
</div> </div>