diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index 46d6b0cc29..74153f1629 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -5,8 +5,8 @@ "CLAIM": "CLAIM", "UNCLAIM": "RELEASE", "START PROCESS": "START PROCESS", - "NOTIFICATION_HISTORY":{ - "NO_MESSAGE" : "No messages", + "NOTIFICATION_HISTORY": { + "NO_MESSAGE": "No messages", "NOTIFICATIONS": "Notifications", "MARK_AS_READ": "Mark all as read" }, @@ -208,13 +208,17 @@ } }, "LOGIN": { - "LOGO": "Alfresco", + "LOGO": "Alfresco, make business flow", "LABEL": { "LOGIN": "Sign in", "USERNAME": "Username", "PASSWORD": "Password", "REMEMBER": "Remember me" }, + "ARIA-LABEL": { + "SHOW-PASSWORD": "Show password", + "HIDE-PASSWORD": "Hide password" + }, "MESSAGES": { "USERNAME-REQUIRED": "Required", "USERNAME-MIN": "Your username needs to be at least {{ minLength }} characters.", @@ -253,8 +257,8 @@ "TOOLTIP": "Content actions" }, "ACCESSIBILITY": { - "SELECT_ALL": "Select all", - "SELECT_FILE": "Select file" + "SELECT_ALL": "Select all", + "SELECT_FILE": "Select file" } }, "USER_PROFILE": { diff --git a/lib/core/login/components/login.component.html b/lib/core/login/components/login.component.html index 2fe61bba22..bed6724a4b 100644 --- a/lib/core/login/components/login.component.html +++ b/lib/core/login/components/login.component.html @@ -58,14 +58,21 @@ [formControl]="form.controls['password']" id="password" data-automation-id="password"> - - visibility - - - visibility_off - + + data-automation-id="login-button" [disabled]="!form.valid" + [attr.aria-label]="'LOGIN.BUTTON.LOGIN' | translate"> @@ -113,6 +121,7 @@