minor correcion in Deprecation message (#14273)

This commit is contained in:
rahulramesha 2022-06-06 10:18:43 +05:30 committed by GitHub
parent 3bcb1daf73
commit 9cbcf180cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`;