Skip to content

Commit

Permalink
Reword some block manager copy
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Jun 13, 2021
1 parent 982504c commit a7c338d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/edit-post/src/components/block-manager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function BlockManager( {
{ sprintf(
/* translators: %d: number of blocks. */
_n(
'%d block is disabled.',
'%d blocks are disabled.',
'%d block is hidden.',
'%d blocks are hidden.',
numberOfHiddenBlocks
),
numberOfHiddenBlocks
Expand Down
4 changes: 3 additions & 1 deletion packages/edit-post/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ export default function PreferencesModal() {
/>
</Section>
<Section
title={ __( 'Show/Hide blocks from the inserter' ) }
title={ __(
'Manage visibility of blocks in the inserter'
) }
>
<BlockManager />
</Section>
Expand Down

0 comments on commit a7c338d

Please sign in to comment.