Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Nov 26, 2020
1 parent bc5d789 commit 07fddda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function TimeScaling({
}}
>
{i18n.translate('xpack.lens.indexPattern.timeScale.enableTimeScale', {
defaultMessage: 'Show with normalized units',
defaultMessage: 'Normalize by time unit',
})}
</EuiLink>
</EuiText>
Expand All @@ -129,7 +129,7 @@ export function TimeScaling({
<EuiToolTip
content={i18n.translate('xpack.lens.indexPattern.timeScale.tooltip', {
defaultMessage:
'Normalized values are displayed as a rate, calculated from the date histogram interval. Values can scale down from a larger interval or scale up from a smaller interval. Partial intervals are handled correctly.',
'Normalize values to be always shown as rate per specified time unit, regardless of the interval of the x axis.',
})}
>
<span>
Expand Down

0 comments on commit 07fddda

Please sign in to comment.