From 11de515858a7c10a3d7400163fc2b834715152fc Mon Sep 17 00:00:00 2001 From: Dan Bjorge Date: Mon, 6 Jan 2025 04:45:50 -0800 Subject: [PATCH] fix(captions): fix grammar in captions check incomplete message (#4661) Thanks @somaalapati for reporting the issue --- lib/checks/media/caption.json | 2 +- locales/_template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/checks/media/caption.json b/lib/checks/media/caption.json index ef3ad383da..07f1adbdfb 100644 --- a/lib/checks/media/caption.json +++ b/lib/checks/media/caption.json @@ -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" } } } diff --git a/locales/_template.json b/locales/_template.json index a607fb058a..9a1654f701 100644 --- a/locales/_template.json +++ b/locales/_template.json @@ -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",