We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b278e commit a92528eCopy full SHA for a92528e
x-pack/plugins/maps/public/classes/layers/wizards/new_vector_layer_wizard/config.tsx
@@ -23,7 +23,7 @@ export const newVectorLayerWizardConfig: LayerWizard = {
23
}),
24
disabledReason: i18n.translate('xpack.maps.newVectorLayerWizard.disabledDesc', {
25
defaultMessage:
26
- '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".',
27
28
getIsDisabled: async () => {
29
const hasImportPermission = await getFileUpload().hasImportPermission({
0 commit comments