Skip to content

Commit

Permalink
chore: Updating aria-busy error message #3954
Browse files Browse the repository at this point in the history
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
  • Loading branch information
1Copenut and WilcoFiers authored Mar 29, 2023
1 parent 70f4499 commit 3b190a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/checks/aria/aria-busy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"impact": "serious",
"messages": {
"pass": "Element has an aria-busy attribute",
"fail": "Element has no aria-busy=\"true\" attribute"
"fail": "Element uses aria-busy=\"true\" while showing a loader"
}
}
}
2 changes: 1 addition & 1 deletion locales/_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
},
"aria-busy": {
"pass": "Element has an aria-busy attribute",
"fail": "Element has no aria-busy=\"true\" attribute"
"fail": "Element uses aria-busy=\"true\" while showing a loader"
},
"aria-errormessage": {
"pass": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique",
Expand Down

0 comments on commit 3b190a2

Please sign in to comment.