[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:
Mykyta Maliarchuk
2025-02-07 13:36:32 +01:00
committed by GitHub
parent 0446ef6090
commit 6a5e894998
4 changed files with 9 additions and 4 deletions
@@ -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"
},