Skip to content

Commit

Permalink
Update label
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jun 23, 2022
1 parent 9aca01f commit 30ace3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-lock/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default function BlockLockModal( { clientId, onClose } ) {
{ hasTemplateLock && (
<ToggleControl
className="block-editor-block-lock-modal__template-lock"
label={ __( 'Apply to inner blocks' ) }
label={ __( 'Apply to all children' ) }
checked={ applyTemplateLock }
onChange={ () =>
setApplyTemplateLock( ! applyTemplateLock )
Expand Down

0 comments on commit 30ace3c

Please sign in to comment.