minor correcion in Deprecation message (#14273)
This commit is contained in:
parent
3bcb1daf73
commit
9cbcf180cc
|
|
@ -1045,7 +1045,7 @@ export const MULTI_SELECT_PROPERTY_PANE_MESSAGE = () =>
|
|||
`Select a widget to see it's properties`;
|
||||
export const WIDGET_DEPRECATION_WARNING = (widgetName: string) =>
|
||||
`A new version of the ${widgetName}widget is available. Upgrade to enjoy an enhanced experience.`;
|
||||
export const WIDGET_DEPRECATION_WARNING_HEADER = () => "Stay Up-to-date";
|
||||
export const WIDGET_DEPRECATION_WARNING_HEADER = () => "Stay up-to-date";
|
||||
export const LOCK_ENTITY_EXPLORER_MESSAGE = () => `Lock sidebar open`;
|
||||
export const CLOSE_ENTITY_EXPLORER_MESSAGE = () => `Close sidebar`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user