mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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"}}
|
@enter={{action "saveAndClose"}}
|
||||||
placeholder={{i18n "post.bookmarks.name_placeholder"}}
|
placeholder={{i18n "post.bookmarks.name_placeholder"}}
|
||||||
maxlength="100"
|
maxlength="100"
|
||||||
|
aria-label={{i18n "post.bookmarks.name_input_label"}}
|
||||||
/>
|
/>
|
||||||
<DButton
|
<DButton
|
||||||
@icon="cog"
|
@icon="cog"
|
||||||
|
@ -3586,6 +3586,7 @@ en:
|
|||||||
updated: "Updated"
|
updated: "Updated"
|
||||||
name: "Name"
|
name: "Name"
|
||||||
name_placeholder: "What is this bookmark for?"
|
name_placeholder: "What is this bookmark for?"
|
||||||
|
name_input_label: "Bookmark name"
|
||||||
set_reminder: "Remind me"
|
set_reminder: "Remind me"
|
||||||
options: "Options"
|
options: "Options"
|
||||||
actions:
|
actions:
|
||||||
|
Loading…
Reference in New Issue
Block a user