Skip to content

Commit

Permalink
tighten up the copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Apr 28, 2022
1 parent d206f67 commit 5eb59e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/reporting/public/shared_i18n_texts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ export const sharedI18nTexts = {
insufficientMemoryError: (helpUrl: string) => (
<FormattedMessage
id="xpack.reporting.listing.infoPanel.callout.cloud.insufficientMemoryError"
defaultMessage="Kibana needs more memory to generate this report. Check the {link}."
defaultMessage="Kibana needs more memory to generate this report. Check {link}."
values={{
link: (
<EuiLink href={helpUrl}>
{i18n.translate(
'xpack.reporting.listing.infoPanel.callout.cloud.insufficientMemoryError.urlLink',
{ defaultMessage: 'minimum RAM requirements' }
{ defaultMessage: 'RAM requirements' }
)}
</EuiLink>
),
Expand Down

0 comments on commit 5eb59e1

Please sign in to comment.