From 508e41915f291e0f3dc7d1ab9b3088698cd289db Mon Sep 17 00:00:00 2001 From: scottybollinger Date: Mon, 1 Feb 2021 13:09:52 -0600 Subject: [PATCH] Fix duplicate IDd --- .../workplace_search/views/content_sources/constants.ts | 2 +- .../workplace_search/views/content_sources/sources_view.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/constants.ts b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/constants.ts index 44041122031c7..5e106a7f42f57 100644 --- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/constants.ts +++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/constants.ts @@ -446,7 +446,7 @@ export const SOURCE_DISABLED_CALLOUT_DESCRIPTION = i18n.translate( ); export const SOURCE_DISABLED_CALLOUT_BUTTON = i18n.translate( - 'xpack.enterpriseSearch.workplaceSearch.sources.sourceDisabled.description', + 'xpack.enterpriseSearch.workplaceSearch.sources.sourceDisabled.button', { defaultMessage: 'Explore Platinum license', } diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/sources_view.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/sources_view.tsx index 3014b2652a173..f8a2d345c8513 100644 --- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/sources_view.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/sources_view.tsx @@ -99,7 +99,7 @@ export const SourcesView: React.FC = ({ children }) => {