Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## Summary

reading copy on the new search hub as part of
elastic/search-team#6428, noticed
some disagreement.

### Checklist

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

(cherry picked from commit e74f60e)
  • Loading branch information
seanstory committed Dec 13, 2023
1 parent a965a84 commit 910a0fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const WelcomeBanner: React.FC<WelcomeBannerProps> = ({ user, image }) =>
<EuiText color="subdued">
{i18n.translate('xpack.enterpriseSearch.welcomeBanner.header.titleDescription', {
defaultMessage:
"There's endless ways to ingest and explore data with Elasticsearch, but here's a few of the most popular",
'There are endless ways to ingest and explore data with Elasticsearch, but here are a few of the most popular',
})}
</EuiText>
</EuiFlexItem>
Expand Down

0 comments on commit 910a0fe

Please sign in to comment.