Skip to content

Commit

Permalink
fix(aria-valid-attr-value): fix incomplete translation message (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Aug 12, 2019
1 parent 48ddf9d commit 6909604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks/aria/valid-attr-value.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"messages": {
"pass": "ARIA attribute values are valid",
"fail": "Invalid ARIA attribute value{{=it.data && it.data.length > 1 ? 's' : ''}}:{{~it.data:value}} {{=value}}{{~}}",
"incomplete": "ARIA attribute{=it.data && it.data.length > 1 ? 's' : ''}} element ID does not exist on the page:{{~it.data:value}} {{=value}}{{~}}"
"incomplete": "ARIA attribute{{=it.data && it.data.length > 1 ? 's' : ''}} element ID does not exist on the page:{{~it.data:value}} {{=value}}{{~}}"
}
}
}

0 comments on commit 6909604

Please sign in to comment.