Skip to content

Commit 9b61f86

Browse files
Ivanjulianguyen
Ivan
authored andcommitted
Add missing aria-label to the input field on the Resources page
1 parent 66a228c commit 9b61f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/app/widgets/Resources/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ export const Resources = ({
256256
key={Utils.randomString()}
257257
id="resourceTags"
258258
name="resourceTags"
259+
aria-label={I18n.t('search.search_by_tags')}
259260
placeholder={I18n.t('search.search_by_tags')}
260261
checkboxes={checkboxes}
261262
onCheckboxChange={(box) => checkboxChange(box)}

0 commit comments

Comments
 (0)