cambio de texto en validacion 2.0
This commit is contained in:
parent
7d241302f9
commit
83d8add038
|
@ -155,7 +155,7 @@
|
|||
*ngIf="loginForm.get('password')?.errors?.required"
|
||||
jhiTranslate="global.messages.validate.newpassword.required"
|
||||
>
|
||||
Your password is required.
|
||||
Your password is required
|
||||
</small>
|
||||
|
||||
<small
|
||||
|
@ -163,7 +163,7 @@
|
|||
*ngIf="loginForm.get('password')?.errors?.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
|
||||
|
@ -171,7 +171,7 @@
|
|||
*ngIf="loginForm.get('password')?.errors?.maxlength"
|
||||
jhiTranslate="global.messages.validate.newpassword.maxlength"
|
||||
>
|
||||
Your password cannot be longer than 50 characters.
|
||||
Your password cannot be longer than 50 characters
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue