Skip to content

Commit 95c515a

Browse files
authored
Change placeholder instruction for consistency (#16339)
1 parent ffa4a27 commit 95c515a

File tree

1 file changed

+1
-1
lines changed
  • packages/block-library/src/image

1 file changed

+1
-1
lines changed

packages/block-library/src/image/edit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ class ImageEdit extends Component {
415415
const src = isExternal ? url : undefined;
416416
const labels = {
417417
title: ! url ? __( 'Image' ) : __( 'Edit image' ),
418-
instructions: __( 'Upload an image, pick one from your media library, or add one with a URL.' ),
418+
instructions: __( 'Upload an image file, pick one from your media library, or add one with a URL.' ),
419419
};
420420
const mediaPreview = ( !! url && <img
421421
alt={ __( 'Edit image' ) }

0 commit comments

Comments
 (0)