[Lens] Updates the Explore in Discover tooltip (#140529)

* [Lens] Updates the Explore in Discover tooltip

* Review comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Kaarina Tungseth 2022-09-19 15:13:12 -05:00 committed by GitHub
parent e66bcf4a8e
commit 167587f86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,7 +515,7 @@ export function getFiltersInLayer(
return {
error: i18n.translate('xpack.lens.indexPattern.adHocDataViewError', {
defaultMessage:
'"Explore data in Discover" does not support unsaved data views. Save the data view to switch to Discover.',
'You have unsaved data views. To explore the data in Discover, save the data views.',
}),
};
}