Skip to content

Commit

Permalink
Update text for tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaDerevyankina committed Feb 22, 2022
1 parent c2d049a commit 2497dc1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const LegendSizeSettings = ({
})}
>
<TooltipWrapper
tooltipContent={i18n.translate('xpack.lens.shared.legendSizeSetting.tooltipWrapper', {
defaultMessage: 'Defines exact legend width (vertical) or height (horizontal)',
tooltipContent={i18n.translate('xpack.lens.shared.legendVisibleTooltip', {
defaultMessage: 'Requires legend to be shown',
})}
condition={isDisabled}
position="top"
Expand Down Expand Up @@ -65,7 +65,7 @@ export const LegendSizeSettings = ({
<FormattedMessage
id="xpack.lens.shared.legendSizeSetting.tooltip"
defaultMessage="Limited to max of 70% of the chart container.
Vertical legends limited to min of 30% of chart width"
Vertical legends limited to min of 30% of chart width."
/>
}
/>
Expand Down

0 comments on commit 2497dc1

Please sign in to comment.