mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4802] Login accessibility (#4988)
* login button aria label * password toggle accessibility * translation * fix test * fix automation if
This commit is contained in:
committed by
Denys Vuika
parent
b176a43fba
commit
3453cacaea
@@ -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": {
|
||||
|
Reference in New Issue
Block a user