Skip to content

Commit

Permalink
Change helptext to refer to width instead of size
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Dec 19, 2023
1 parent f09efb8 commit 53e38e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function backgroundSizeHelpText( value ) {
if ( value === 'contain' ) {
return __( 'Image is contained within the block.' );
}
return __( 'Repeat the image, and set a fixed size.' );
return __( 'Repeat the image, and set a fixed width.' );
}

function BackgroundSizePanelItem( {
Expand Down

0 comments on commit 53e38e3

Please sign in to comment.