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