Skip to content

Commit 653ff3c

Browse files
authored
Update src/welcome/admin.js [skip ci]
1 parent 6bce616 commit 653ff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/welcome/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ const AdditionalOptions = props => {
15181518
<CheckboxControl
15191519
label={ __( 'Block Defaults (Deprecated)', i18n ) }
15201520
className={ searchClassname( __( 'Block Defaults (Deprecated)', i18n ), miscellaneous ) }
1521-
help={ __( `Default state of blocks were previously allowed to be saved. This functionality has since been deprecated, and sunsetted in the future in replacement of the new Stackable Design System.`, i18n ) }
1521+
help={ __( `Default state of blocks were previously allowed to be saved. This functionality has since been sunsetted in lieu of the Stackable Design System. Use at your own risk as this feature is slated to be removed in a future version.`, i18n ) }
15221522
checked={ settings.stackable_enable_block_defaults }
15231523
onChange={ checked => {
15241524
handleSettingsChange( {

0 commit comments

Comments
 (0)