Tags picker: change primary button text (#166232)

## Summary

Closes https://github.com/elastic/kibana/issues/145822
This commit is contained in:
Vadim Kibana 2023-09-18 10:59:56 +02:00 committed by GitHub
parent 1f7a383b7b
commit 8dd82c0d65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,8 +176,8 @@ export const TagFilterPanel: FC<Props> = ({
<EuiFlexItem css={saveBtnWrapperCSS}>
<EuiButton onClick={closePopover}>
{i18n.translate('contentManagement.tableList.tagFilterPanel.applyButtonLabel', {
defaultMessage: 'Apply',
{i18n.translate('contentManagement.tableList.tagFilterPanel.doneButtonLabel', {
defaultMessage: 'Done',
})}
</EuiButton>
</EuiFlexItem>