mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10282] screen reader personal files perform actions empty state not announced by screen reader (#4932)
* [ACS-10282] Fixed error reading for action field in folder rules when it is empty by screen reader * [ACS-10282] Unit test
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
"ERROR": {
|
||||
"REQUIRED": "This field is required",
|
||||
"RULE_COMPOSITE_CONDITION_INVALID": "One or more condition groups is empty",
|
||||
"INSUFFICIENT_TRIGGERS_SELECTED": "At least one trigger is required"
|
||||
"INSUFFICIENT_TRIGGERS_SELECTED": "At least one trigger is required",
|
||||
"ACTION_REQUIRED": "Action field is required"
|
||||
},
|
||||
"TRIGGERS": {
|
||||
"INBOUND": "Items are created or enter this folder",
|
||||
|
||||
Reference in New Issue
Block a user