Skip to content

Commit 05955e8

Browse files
committed
AC-1286: Accessible label added for New View input
1 parent 0b0e4df commit 05955e8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid/controls/bookmarks

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/controls/bookmarks/bookmarks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="action-dropdown-menu-item-edit" visible="customVisible">
2121
<input class="admin__control-text" type="text"
2222
data-bind="
23-
attr: {'aria-label': $t('New View'),
23+
attr: {'aria-label': $t('New View')},
2424
value: customLabel,
2525
hasFocus: isCustomVisible(),
2626
keyboard: {

0 commit comments

Comments
 (0)