Skip to content

Commit

Permalink
Update copy for unset image
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Apr 14, 2024
1 parent 133f9c0 commit 911089f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ export const backgroundPositionToCoords = ( value ) => {
};

function InspectorImagePreview( { label, filename, url: imgUrl } ) {
const imgLabel = label || getFilename( imgUrl ) || __( 'Add image' );
const imgLabel =
label || getFilename( imgUrl ) || __( 'Add background image' );

return (
<ItemGroup as="span">
Expand Down

0 comments on commit 911089f

Please sign in to comment.