Skip to content

Commit

Permalink
Site Logo: Update capitalization of Use as Site Icon toggle (#59383)
Browse files Browse the repository at this point in the history
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: aaronjorbin <jorbin@git.wordpress.org>
  • Loading branch information
3 people authored and youknowriad committed Mar 4, 2024
1 parent 864c1c5 commit 2e5c3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/site-logo/edit.js
Expand Up @@ -331,7 +331,7 @@ const SiteLogo = ( {
<>
<ToggleControl
__nextHasNoMarginBottom
label={ __( 'Use as site icon' ) }
label={ __( 'Use as Site Icon' ) }
onChange={ ( value ) => {
setAttributes( { shouldSyncIcon: value } );
setIcon( value ? logoId : undefined );
Expand Down

0 comments on commit 2e5c3e3

Please sign in to comment.