mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
change 'Add from Visualize library' button text to 'Add from Kibana' (#74002)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
346bab35a3
commit
234e6f130d
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ export const ComponentStrings = {
|
|||
}),
|
||||
getTitleText: () =>
|
||||
i18n.translate('xpack.canvas.embedObject.titleText', {
|
||||
defaultMessage: 'Add from Visualize library',
|
||||
defaultMessage: 'Add from Kibana',
|
||||
}),
|
||||
},
|
||||
AdvancedFilter: {
|
||||
|
@ -1308,7 +1308,7 @@ export const ComponentStrings = {
|
|||
}),
|
||||
getEmbedObjectMenuItemLabel: () =>
|
||||
i18n.translate('xpack.canvas.workpadHeaderElementMenu.embedObjectMenuItemLabel', {
|
||||
defaultMessage: 'Add from Visualize library',
|
||||
defaultMessage: 'Add from Kibana',
|
||||
}),
|
||||
getFilterMenuItemLabel: () =>
|
||||
i18n.translate('xpack.canvas.workpadHeaderElementMenu.filterMenuItemLabel', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue