Skip to content

Commit

Permalink
[UI polish] Proposed page description copy from Davey
Browse files Browse the repository at this point in the history
- see 9807bf2
  • Loading branch information
cee-chen committed Jun 21, 2021
1 parent 93148d0 commit 8a5ca46
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
<EuiButton fill onClick={() => openModal(null)}>
{i18n.translate(
Expand Down

0 comments on commit 8a5ca46

Please sign in to comment.