Skip to content

Commit

Permalink
More descriptive outbound links on Search UI page
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyholler committed Jun 10, 2021
1 parent 570cafa commit cbc3706
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const SearchUI: React.FC = () => {
<EuiLink target="_blank" href="https://github.com/elastic/search-ui">
<FormattedMessage
id="xpack.enterpriseSearch.appSearch.engine.searchUI.repositoryLinkText"
defaultMessage="Learn more"
defaultMessage="View the Github repo"
/>
</EuiLink>
),
Expand All @@ -72,7 +72,7 @@ export const SearchUI: React.FC = () => {
<EuiLink target="_blank" href={`${DOCS_PREFIX}/reference-ui-guide.html`}>
<FormattedMessage
id="xpack.enterpriseSearch.appSearch.engine.searchUI.guideLinkText"
defaultMessage="Learn more"
defaultMessage="Learn more about Search UI"
/>
</EuiLink>
),
Expand Down

0 comments on commit cbc3706

Please sign in to comment.