Skip to content

Commit 8e3ae0f

Browse files
tweaked wording
1 parent 853278a commit 8e3ae0f

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
@@ -997,7 +997,7 @@ const Blocks = props => {
997997

998998
<div className="s-blocks">
999999
<h2>{ __( 'Blocks', i18n ) }</h2>
1000-
<p className="s-settings-subtitle">{ __( 'Here you can enable, hide and disable Stackable blocks. Hiding blocks will prevent new blocks from being added in the Block Editor. Disabling blocks will prevent them from being registered at all. When using block variations or design library patterns, disabled blocks will be substituted with the relevant core blocks.', i18n ) }</p>
1000+
<p className="s-settings-subtitle">{ __( 'Here you can enable, hide and disable Stackable blocks. Hiding blocks will hide the block from the list of available blocks. Disabling blocks will prevent them from being registered at all. When using block variations or design library patterns, disabled blocks will be substituted with the relevant core blocks.', i18n ) }</p>
10011001
<div className="s-settings-header">
10021002
<Button variation="secondary" onClick={ enableAllBlocks }>{ __( 'Enable All', i18n ) }</Button>
10031003
<Button variation="secondary" onClick={ hideAllBlocks }>{ __( 'Hide All', i18n ) }</Button>

0 commit comments

Comments
 (0)