Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Jun 9, 2020
1 parent 2993450 commit 2bbe889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export const Expressions: React.FC<Props> = (props) => {
id="xpack.infra.metrics.alertFlyout.tooManyBucketsError"
defaultMessage="Too much data to preview. Please select a shorter preview length, or increase the amount of time in the {forTheLast} field."
values={{
checkEvery: <strong>FOR THE LAST</strong>,
forTheLast: <strong>FOR THE LAST</strong>,
}}
/>
</EuiText>
Expand Down

0 comments on commit 2bbe889

Please sign in to comment.