From 8a5ca4609ff36adb4389f92f1ea35e1211938eb9 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Mon, 21 Jun 2021 15:13:22 -0700 Subject: [PATCH] [UI polish] Proposed page description copy from Davey - see https://github.com/elastic/kibana/pull/101958/commits/9807bf249abd5e4c1f88ee05f4ebafab123ceeb9 --- .../app_search/components/synonyms/synonyms.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/synonyms/synonyms.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/synonyms/synonyms.tsx index 01a69fc525d55b..d0bb7015c1246d 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/synonyms/synonyms.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/synonyms/synonyms.tsx @@ -41,6 +41,13 @@ export const Synonyms: React.FC = () => { pageChrome={getEngineBreadcrumbs([SYNONYMS_TITLE])} pageHeader={{ pageTitle: SYNONYMS_TITLE, + description: i18n.translate( + 'xpack.enterpriseSearch.appSearch.engine.synonyms.description', + { + defaultMessage: + 'Use synonyms to relate queries together that contextually have the same meaning in your dataset.', + } + ), rightSideItems: [ openModal(null)}> {i18n.translate(