From f2cd391bfff8a04ce530c0c9429180b0fcc486b2 Mon Sep 17 00:00:00 2001 From: Ryan Keairns Date: Wed, 26 Jan 2022 12:27:33 -0600 Subject: [PATCH] Design tweaks --- .../sidebar/discover_index_pattern_management.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/plugins/discover/public/application/main/components/sidebar/discover_index_pattern_management.tsx b/src/plugins/discover/public/application/main/components/sidebar/discover_index_pattern_management.tsx index ebdce51ac5b57..913ca35c8a3f7 100644 --- a/src/plugins/discover/public/application/main/components/sidebar/discover_index_pattern_management.tsx +++ b/src/plugins/discover/public/application/main/components/sidebar/discover_index_pattern_management.tsx @@ -60,7 +60,7 @@ export function DiscoverIndexPatternManagement(props: DiscoverIndexPatternManage return ( { setIsAddIndexPatternFieldPopoverOpen(false); @@ -82,7 +82,8 @@ export function DiscoverIndexPatternManagement(props: DiscoverIndexPatternManage } > {i18n.translate('discover.fieldChooser.indexPatterns.addFieldButton', { - defaultMessage: 'Add field to data view', + defaultMessage: 'Add field', })} , {i18n.translate('discover.fieldChooser.indexPatterns.manageFieldButton', { - defaultMessage: 'Manage data view fields', + defaultMessage: 'Manage settings', })} , , { setIsAddIndexPatternFieldPopoverOpen(false);