Skip to content

Commit

Permalink
Adds a page description to the synonyms page
Browse files Browse the repository at this point in the history
Useful once there's at least one synonym set on the page.
  • Loading branch information
daveyholler committed Jun 10, 2021
1 parent cbc3706 commit 9807bf2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ export const Synonyms: React.FC = () => {
<SetPageChrome trail={getEngineBreadcrumbs([SYNONYMS_TITLE])} />
<EuiPageHeader
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 9807bf2

Please sign in to comment.