Skip to content

Commit

Permalink
fix(aria-prohibited-attr): update metadata message (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored and straker committed Oct 18, 2021
1 parent 0be12e6 commit f9cf9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/checks/aria/aria-prohibited-attr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"impact": "serious",
"messages": {
"pass": "ARIA attribute is allowed",
"fail": "ARIA attribute cannot be used, add a role attribute or use a different element: ${data.values}",
"incomplete": "ARIA attribute is not well supported on the element and the text content will be used instead: ${data.values}"
"fail": "ARIA attribute: ${data.values} is not allowed. Use a different role attribute or element.",
"incomplete": "ARIA attribute: ${data.values} is not well supported. Use a different role attribute or element."
}
}
}

0 comments on commit f9cf9fa

Please sign in to comment.