Skip to content

Commit

Permalink
Updating help text
Browse files Browse the repository at this point in the history
  • Loading branch information
benazeer-ben committed Dec 31, 2024
1 parent 0040be0 commit b1d233f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/editor/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ function PreferencesModalContents( { extraSections = {} } ) {
<PreferenceToggleControl
scope="core"
featureName="showBlockDescription"
help={ __( 'Show block description' ) }
label={ __( 'Show block description' ) }
help={ __(
'Show block descriptions in the editor sidebar.'
) }
label={ __( 'Show block descriptions' ) }
/>
</PreferencesModalSection>
),
Expand Down

0 comments on commit b1d233f

Please sign in to comment.