Skip to content

Commit a92528e

Browse files
jsanzkibanamachine
authored andcommitted
Fix index pattern reference in tooltip (#125220)
(cherry picked from commit 1dc175f)
1 parent 32b278e commit a92528e

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/maps/public/classes/layers/wizards/new_vector_layer_wizard

1 file changed

+1
-1
lines changed

x-pack/plugins/maps/public/classes/layers/wizards/new_vector_layer_wizard/config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const newVectorLayerWizardConfig: LayerWizard = {
2323
}),
2424
disabledReason: i18n.translate('xpack.maps.newVectorLayerWizard.disabledDesc', {
2525
defaultMessage:
26-
'Unable to create index, you are missing the Kibana privilege "Index Pattern Management".',
26+
'Unable to create index, you are missing the Kibana privilege "Data View Management".',
2727
}),
2828
getIsDisabled: async () => {
2929
const hasImportPermission = await getFileUpload().hasImportPermission({

0 commit comments

Comments
 (0)