mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10287] a11y Fix: No label is announced for the dropdown, folder rules dialog (#4981)
* [ACS-10287] a11y Fix: No label is announced for the dropdown in folder rules dialog * fix sonar issue * [ACS-10287] add unit tests
This commit is contained in:
@@ -19,7 +19,13 @@
|
||||
"DESCRIPTION": "Description",
|
||||
"WHEN": "When",
|
||||
"PERFORM_ACTIONS": "Perform actions",
|
||||
"OPTIONS": "Other options"
|
||||
"OPTIONS": "Other options",
|
||||
"FIELD": "Field",
|
||||
"COMPARATOR": "Comparator",
|
||||
"VALUE": "Value",
|
||||
"LOGIC_OPERATOR": "Logic Operator",
|
||||
"GROUP_CONDITIONS": "Group Conditions",
|
||||
"CONDITIONS": "Conditions"
|
||||
},
|
||||
"PLACEHOLDER": {
|
||||
"NAME": "Enter rule name",
|
||||
|
||||
Reference in New Issue
Block a user