Skip to content

Commit

Permalink
Fix index pattern reference in tooltip (elastic#125220) (elastic#125342)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1dc175f)

Co-authored-by: Jorge Sanz <[email protected]>
  • Loading branch information
kibanamachine and jsanz authored Feb 11, 2022
1 parent 0a366d0 commit 7a65488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 7a65488

Please sign in to comment.