Skip to content

Commit

Permalink
Tweak help wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan authored and scruffian committed Aug 24, 2022
1 parent 8734357 commit 4014626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function Navigation( {
<ToggleControl
label={ __( 'Show icon button' ) }
help={ __(
'Configure the visual appearance of the button opening the overlay menu.'
'Configure the visual appearance of the button opening and closing the overlay menu.'
) }
onChange={ ( value ) =>
setAttributes( { hasIcon: value } )
Expand Down

0 comments on commit 4014626

Please sign in to comment.