[Time to Visualize] Rename Visualize to Visualize Library (#91015)

* Renamed Visualize to Visualize Library
This commit is contained in:
Devon Thomson 2021-02-11 13:46:35 -05:00 committed by GitHub
parent b4368bde14
commit 89327bf9de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 42 additions and 26 deletions

View file

@ -111,7 +111,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
{
id: 'visualize',
name: i18n.translate('xpack.features.visualizeFeatureName', {
defaultMessage: 'Visualize',
defaultMessage: 'Visualize Library',
}),
order: 700,
category: DEFAULT_APP_CATEGORIES.kibana,