Skip to content

Commit a0f3eef

Browse files
authored
fix(aria-valid-attr-value): fix incomplete translation message (#1739)
1 parent 46a5d11 commit a0f3eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/checks/aria/valid-attr-value.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"messages": {
88
"pass": "ARIA attribute values are valid",
99
"fail": "Invalid ARIA attribute value{{=it.data && it.data.length > 1 ? 's' : ''}}:{{~it.data:value}} {{=value}}{{~}}",
10-
"incomplete": "ARIA attribute{=it.data && it.data.length > 1 ? 's' : ''}} element ID does not exist on the page:{{~it.data:value}} {{=value}}{{~}}"
10+
"incomplete": "ARIA attribute{{=it.data && it.data.length > 1 ? 's' : ''}} element ID does not exist on the page:{{~it.data:value}} {{=value}}{{~}}"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)