Skip to content

Commit

Permalink
Improve button label for removing lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Jan 21, 2024
1 parent cd3a35d commit 2701608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const ImageURLInputUI = ( {
<Button
icon={ linkOff }
className="remove-link"
label={ __( 'Remove link' ) }
label={ __( 'Disable expand on click' ) }
onClick={ () => {
onSetLightbox( false );
} }
Expand Down

0 comments on commit 2701608

Please sign in to comment.