Skip to content

Commit

Permalink
Improve CrawlerLanding copy
Browse files Browse the repository at this point in the history
  • Loading branch information
byronhulcher committed Jun 1, 2021
1 parent b7d82d9 commit 47c3823
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ export const CrawlerLanding: React.FC = () => (
<EuiPanel grow paddingSize="l" className="crawlerLanding__panel">
<div className="crawlerLanding__wrapper">
<EuiTitle size="s">
<h1>
<h2>
{i18n.translate('xpack.enterpriseSearch.appSearch.engine.crawler.landingPage.title', {
defaultMessage: 'Setup the Web Crawler',
})}
</h1>
</h2>
</EuiTitle>
<EuiSpacer />
<EuiText>
Expand All @@ -56,7 +56,7 @@ export const CrawlerLanding: React.FC = () => (
{i18n.translate(
'xpack.enterpriseSearch.appSearch.engine.crawler.landingPage.documentationLinkLabel',
{
defaultMessage: 'Learn more about the web crawler',
defaultMessage: 'Learn more about the web crawler.',
}
)}
</EuiLink>
Expand Down

0 comments on commit 47c3823

Please sign in to comment.