Skip to content

Commit

Permalink
fix(captions): fix grammar in captions check incomplete message (dequ…
Browse files Browse the repository at this point in the history
…elabs#4661)

Thanks @somaalapati for reporting the issue
  • Loading branch information
dbjorge authored Jan 6, 2025
1 parent 71cbd90 commit 11de515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/checks/media/caption.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"impact": "critical",
"messages": {
"pass": "The multimedia element has a captions track",
"incomplete": "Check that captions is available for the element"
"incomplete": "Check that captions are available for the element"
}
}
}
2 changes: 1 addition & 1 deletion locales/_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@
},
"caption": {
"pass": "The multimedia element has a captions track",
"incomplete": "Check that captions is available for the element"
"incomplete": "Check that captions are available for the element"
},
"frame-tested": {
"pass": "The iframe was tested with axe-core",
Expand Down

0 comments on commit 11de515

Please sign in to comment.