[Lens] Updates Series color tooltip (#144846)

## Summary

Updates the Series color tooltip to:

`You are unable to apply custom colors to individual series when the
layer includes a "Break down by" field.`
This commit is contained in:
Kaarina Tungseth 2022-11-09 10:59:41 -06:00 committed by GitHub
parent df43ad4e1e
commit 1a660f027f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ const tooltipContent = {
}),
disabled: i18n.translate('xpack.lens.configPanel.color.tooltip.disabled', {
defaultMessage:
'Individual series cannot be custom colored when the layer includes a “Break down by.“',
'You are unable to apply custom colors to individual series when the layer includes a "Break down by" field.',
}),
};