Skip to content

Commit

Permalink
Fix Inaccurate description of the Show icon button setting in Nav blo…
Browse files Browse the repository at this point in the history
…ck (#55429)

* Navigation: Fix Inaccurate description of the Show icon button setting

* Update overlay-menu-preview.js

Co-authored-by: Dave Smith <getdavemail@gmail.com>

---------

Co-authored-by: Dave Smith <getdavemail@gmail.com>
  • Loading branch information
masteradhoc and getdave committed Nov 7, 2023
1 parent 827cc83 commit 047e573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function OverlayMenuPreview( { setAttributes, hasIcon, icon } ) {
__nextHasNoMarginBottom
label={ __( 'Show icon button' ) }
help={ __(
'Configure the visual appearance of the button opening the overlay menu.'
'Configure the visual appearance of the button that toggles the overlay menu.'
) }
onChange={ ( value ) => setAttributes( { hasIcon: value } ) }
checked={ hasIcon }
Expand Down

0 comments on commit 047e573

Please sign in to comment.