From f9cf9fafe10e944be643d642cffda4fc762d0fc5 Mon Sep 17 00:00:00 2001 From: Gabe <41127686+Zidious@users.noreply.github.com> Date: Thu, 14 Oct 2021 14:03:45 +0100 Subject: [PATCH] fix(aria-prohibited-attr): update metadata message (#3206) --- lib/checks/aria/aria-prohibited-attr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/checks/aria/aria-prohibited-attr.json b/lib/checks/aria/aria-prohibited-attr.json index b5c3f95d6f..fd2f3e72bc 100644 --- a/lib/checks/aria/aria-prohibited-attr.json +++ b/lib/checks/aria/aria-prohibited-attr.json @@ -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." } } }