Skip to content

Commit

Permalink
adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Nov 26, 2020
1 parent 07fddda commit 758311a
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: 'Normalize by time unit',
defaultMessage: 'Normalize by unit',
})}
</EuiLink>
</EuiText>
Expand All @@ -129,7 +129,7 @@ export function TimeScaling({
<EuiToolTip
content={i18n.translate('xpack.lens.indexPattern.timeScale.tooltip', {
defaultMessage:
'Normalize values to be always shown as rate per specified time unit, regardless of the interval of the x axis.',
'Normalize values to be always shown as rate per specified time unit, regardless of the underlying date interval.',
})}
>
<span>
Expand Down

0 comments on commit 758311a

Please sign in to comment.