Skip to content

Commit 9b15429

Browse files
committed
fixed messages
1 parent f3813dc commit 9b15429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/checks/label/label-content-name-mismatch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"impact": "serious",
1010
"messages": {
1111
"pass": "Element contains visible text as part of it's accessible name",
12-
"fail": "Text inside the element is not included in the accessible name",
13-
"incomplete": "Ensure that the visible label of the element and the accessible name (provided by `aria-label`, etc.) match exactly. Ensure that the visible label of the element is part of the accessible name of the element. It is advisable that the visible label comes in the beginning of the accessible name"
12+
"fail": "Ensure that the visible label of the element and the accessible name (provided by `aria-label`, etc.) match exactly. Ensure that the visible label of the element is part of the accessible name of the element. It is advisable that the visible label comes in the beginning of the accessible name",
13+
"incomplete": "Check if the visible text is part of the accessible name (provided by `aria-label`, etc.) for the element. Check the accessibility tree to get the accessible name of the element."
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)