Skip to content

Commit dd89478

Browse files
authored
Cover Block: Use the description in the placeholder (#34970)
* Use the description field for the block instead of separate instructions. * Update with custom instructions. * Shorten description * More shortening.
1 parent 5c9e84d commit dd89478

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function CoverPlaceholder( {
282282
labels={ {
283283
title: __( 'Cover' ),
284284
instructions: __(
285-
'Upload an image or video file, or pick one from your media library.'
285+
'Drag and drop onto this block, upload, or select existing media from your library.'
286286
),
287287
} }
288288
onSelect={ onSelectMedia }

0 commit comments

Comments
 (0)