[ADF-4802] Login accessibility (#4988)

* login button aria label

* password toggle accessibility

* translation

* fix test

* fix automation if
This commit is contained in:
Cilibiu Bogdan
2019-08-12 18:41:32 +03:00
committed by Denys Vuika
parent b176a43fba
commit 3453cacaea
5 changed files with 42 additions and 23 deletions

View File

@@ -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": {