Skip to content

Commit

Permalink
add aria-label to delete action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Nov 18, 2020
1 parent f03823d commit acc1cfd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ export const getBulkDeleteAction = ({
label: i18n.translate('xpack.savedObjectsTagging.management.actions.bulkDelete.label', {
defaultMessage: 'Delete',
}),
'aria-label': i18n.translate(
'xpack.savedObjectsTagging.management.actions.bulkDelete.ariaLabel',
{
defaultMessage: 'Delete selected tags',
}
),
icon: 'trash',
refreshAfterExecute: true,
execute: async (tagIds) => {
Expand Down

0 comments on commit acc1cfd

Please sign in to comment.