mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix index pattern reference in tooltip (#125220)
This commit is contained in:
parent
9ac191674b
commit
1dc175fb2e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export const newVectorLayerWizardConfig: LayerWizard = {
|
|||
}),
|
||||
disabledReason: i18n.translate('xpack.maps.newVectorLayerWizard.disabledDesc', {
|
||||
defaultMessage:
|
||||
'Unable to create index, you are missing the Kibana privilege "Index Pattern Management".',
|
||||
'Unable to create index, you are missing the Kibana privilege "Data View Management".',
|
||||
}),
|
||||
getIsDisabled: async () => {
|
||||
const hasImportPermission = await getFileUpload().hasImportPermission({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue