Skip to content

Commit

Permalink
Change lightbox label in Global Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Oct 31, 2023
1 parent f8e39b9 commit f8fdd60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ export default function ImageSettingsPanel( {
// "RESET" button ONLY when the user has explicitly set a value in the
// Global Styles.
hasValue={ () => !! value?.lightbox }
label={ __( 'Expand on Click' ) }
label={ __( 'Expand on click' ) }
onDeselect={ resetLightbox }
isShownByDefault={ true }
panelId={ panelId }
>
<ToggleControl
label={ __( 'Expand on Click' ) }
label={ __( 'Expand on click' ) }
checked={ lightboxChecked }
onChange={ onChangeLightbox }
/>
Expand Down

0 comments on commit f8fdd60

Please sign in to comment.