Skip to content

Commit

Permalink
Tweak lookback message for ungrouped scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Aug 20, 2020
1 parent 3c56a2c commit d270e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const CriterionPreviewChart: React.FC<ChartProps> = ({
<EuiText size="xs" color="subdued">
<FormattedMessage
id="xpack.infra.logs.alerts.dataTimeRangeLabel"
defaultMessage="Last {lookback} {timeLabel} for Everything"
defaultMessage="Last {lookback} {timeLabel} of data"
values={{ timeLabel, lookback }}
/>
</EuiText>
Expand Down

0 comments on commit d270e3c

Please sign in to comment.