mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix data loss mssage (#112294)
This commit is contained in:
parent
410a0ac907
commit
411d23263e
1 changed files with 1 additions and 1 deletions
|
@ -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={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue