Skip to content

Commit

Permalink
tweaked wording
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 21, 2025
1 parent 853278a commit 8e3ae0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welcome/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ const Blocks = props => {

<div className="s-blocks">
<h2>{ __( 'Blocks', i18n ) }</h2>
<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>
<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>
<div className="s-settings-header">
<Button variation="secondary" onClick={ enableAllBlocks }>{ __( 'Enable All', i18n ) }</Button>
<Button variation="secondary" onClick={ hideAllBlocks }>{ __( 'Hide All', i18n ) }</Button>
Expand Down

0 comments on commit 8e3ae0f

Please sign in to comment.