From 83d8add038b01b35323886a7d67101051dfbe5dd Mon Sep 17 00:00:00 2001 From: Paola Date: Sun, 11 Jul 2021 22:32:30 -0600 Subject: [PATCH] cambio de texto en validacion 2.0 --- src/main/webapp/app/login/login.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/app/login/login.component.html b/src/main/webapp/app/login/login.component.html index 8a6e5db..cab8466 100644 --- a/src/main/webapp/app/login/login.component.html +++ b/src/main/webapp/app/login/login.component.html @@ -155,7 +155,7 @@ *ngIf="loginForm.get('password')?.errors?.required" jhiTranslate="global.messages.validate.newpassword.required" > - Your password is required. + Your password is required - Your password is required to be at least 8 characters. + Your password is required to be at least 8 characters - Your password cannot be longer than 50 characters. + Your password cannot be longer than 50 characters