A11Y: add accessible label for bookmark name input (#20036)

This commit is contained in:
Kris 2023-01-26 17:35:19 -05:00 committed by GitHub
parent 8bec4e1db9
commit 0c967e6aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
@enter={{action "saveAndClose"}}
placeholder={{i18n "post.bookmarks.name_placeholder"}}
maxlength="100"
aria-label={{i18n "post.bookmarks.name_input_label"}}
/>
<DButton
@icon="cog"

View File

@ -3586,6 +3586,7 @@ en:
updated: "Updated"
name: "Name"
name_placeholder: "What is this bookmark for?"
name_input_label: "Bookmark name"
set_reminder: "Remind me"
options: "Options"
actions: