From a88723ec90d10e7b03214f176a2cab133e9d3ae5 Mon Sep 17 00:00:00 2001 From: scottybollinger Date: Thu, 21 Jan 2021 10:05:59 -0600 Subject: [PATCH] Remove constants --- .../views/content_sources/private_sources.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx index 12f40f1efe3c..2b9c73e1e9f8 100644 --- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/private_sources.tsx @@ -38,12 +38,6 @@ interface SidebarLink { } const PRIVATE_LINK_TITLE = 'Add a private content source'; -const PRIVATE_CAN_CREATE_PAGE_TITLE = 'Manage private content sources'; -const PRIVATE_VIEW_ONLY_PAGE_TITLE = 'Review Group Sources'; -const PRIVATE_VIEW_ONLY_PAGE_DESCRIPTION = - 'Review the status of all sources shared with your Group.'; -const PRIVATE_CAN_CREATE_PAGE_DESCRIPTION = - 'Review the status of all connected private sources, and manage private sources for your account.'; const PRIVATE_HEADER_TITLE = 'My private content sources'; const PRIVATE_HEADER_DESCRIPTION = 'Private content sources are available only to you.'; const PRIVATE_SHARED_SOURCES_TITLE = 'Shared content sources';