mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Tags picker: change primary button text (#166232)
## Summary Closes https://github.com/elastic/kibana/issues/145822
This commit is contained in:
parent
1f7a383b7b
commit
8dd82c0d65
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue