diff --git a/src/main/webapp/app/login/login.component.html b/src/main/webapp/app/login/login.component.html index 0d91d24..673059f 100644 --- a/src/main/webapp/app/login/login.component.html +++ b/src/main/webapp/app/login/login.component.html @@ -105,7 +105,7 @@ *ngIf="loginForm.get('username')?.errors?.required" jhiTranslate="global.messages.validate.email.required" > - Your email is required. + Your email is required - Your email is invalid. + Your email is invalid - Your email is required to be at least 5 characters. + Your email is required to be at least 5 characters - Your email cannot be longer than 100 characters. + Your email cannot be longer than 100 characters @@ -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 4 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