Skip to content

Commit 11de515

Browse files
authored
fix(captions): fix grammar in captions check incomplete message (#4661)
Thanks @somaalapati for reporting the issue
1 parent 71cbd90 commit 11de515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/checks/media/caption.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"impact": "critical",
66
"messages": {
77
"pass": "The multimedia element has a captions track",
8-
"incomplete": "Check that captions is available for the element"
8+
"incomplete": "Check that captions are available for the element"
99
}
1010
}
1111
}

locales/_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
},
846846
"caption": {
847847
"pass": "The multimedia element has a captions track",
848-
"incomplete": "Check that captions is available for the element"
848+
"incomplete": "Check that captions are available for the element"
849849
},
850850
"frame-tested": {
851851
"pass": "The iframe was tested with axe-core",

0 commit comments

Comments
 (0)