A11Y: add accessible label for bookmark name input (#20036)
This commit is contained in:
parent
8bec4e1db9
commit
0c967e6aa3
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue