Skip to content

Commit

Permalink
[Polish] Copy feedback proposed by Davey
Browse files Browse the repository at this point in the history
- see cbc3706
  • Loading branch information
cee-chen committed Jun 21, 2021
1 parent fb04e85 commit 8255332
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 @@ -65,7 +65,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 8255332

Please sign in to comment.