mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text (#4384)
* [ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text * [ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"ACA_FOLDER_RULES": {
|
||||
"ACTIONS": {
|
||||
"MANAGE_RULES": "Manage Rules"
|
||||
"MANAGE_RULES": "Manage Rules",
|
||||
"GO_BACK": "Go back"
|
||||
},
|
||||
"EDIT_RULE_DIALOG": {
|
||||
"CANCEL": "Cancel",
|
||||
@@ -123,6 +124,7 @@
|
||||
"LOAD_MORE_RULE_SETS": "Load rules from other folders",
|
||||
"LOAD_MORE_RULES": "Load more rules",
|
||||
"LOADING_RULES": "Loading rules",
|
||||
"TOGGLE_RULE_STATE": "Toggle rule enabled state",
|
||||
"INHERITED_RULES_WILL_BE_RUN_FIRST": "Inherited rules will be run first",
|
||||
"ALL_LINKED_RULES_ARE_DISABLED": "All rules linked from this rule set are disabled"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user