Skip to content

Commit

Permalink
fix data loss mssage (elastic#112294) (elastic#112389)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Reuter <[email protected]>
  • Loading branch information
kibanamachine and flash1293 authored Sep 16, 2021
1 parent 3c35cbf commit 198ba34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export const ChartSwitch = memo(function ChartSwitch(props: Props) {
'xpack.lens.chartSwitch.dataLossDescription',
{
defaultMessage:
'Selecting this visualization type will result in a partial loss of currently applied configuration selections.',
'Selecting this visualization type will remove incompatible configuration options and multiple layers, if present',
}
)}
iconProps={{
Expand Down

0 comments on commit 198ba34

Please sign in to comment.