Skip to content

Commit

Permalink
Update lib/checks/aria/aria-required-children.json
Browse files Browse the repository at this point in the history
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
  • Loading branch information
straker and WilcoFiers authored Aug 17, 2022
1 parent 4610e42 commit f72652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks/aria/aria-required-children.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"fail": {
"singular": "Required ARIA child role not present: ${data.values}",
"plural": "Required ARIA children role not present: ${data.values}",
"unallowed": "Element has children which are not allowed"
"unallowed": "Element has children which are not allowed (see related nodes)"
},
"incomplete": {
"singular": "Expecting ARIA child role to be added: ${data.values}",
Expand Down

0 comments on commit f72652d

Please sign in to comment.