Skip to content

Commit

Permalink
[Exploratory View] update index pattern copy to data view (#120353)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
dominiqueclarke and kibanamachine authored Dec 6, 2021
1 parent 99204fa commit 90b4897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const NO_DATA_AVAILABLE = i18n.translate('xpack.observability.expView.seriesEdit

const NO_PERMISSIONS = i18n.translate('xpack.observability.expView.seriesEditor.noPermissions', {
defaultMessage:
"Unable to create Index Pattern. You don't have the required permission, please contact your admin.",
"Unable to create Data View. You don't have the required permission, please contact your admin.",
});

const REPORT_METRIC_TOOLTIP = i18n.translate(
Expand Down

0 comments on commit 90b4897

Please sign in to comment.