From 30bf9fbd061178f71ad21faa5affcaef4396e666 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Tue, 22 Jun 2021 10:23:05 -0700 Subject: [PATCH] [UI polish] Add plus icon to create button - To match other create buttons across app --- .../applications/app_search/components/synonyms/synonyms.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d0bb7015c1246d..4a68bc381f7641 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 @@ -49,7 +49,7 @@ export const Synonyms: React.FC = () => { } ), rightSideItems: [ - openModal(null)}> + openModal(null)}> {i18n.translate( 'xpack.enterpriseSearch.appSearch.engine.synonyms.createSynonymSetButtonLabel', { defaultMessage: 'Create a synonym set' }