Skip to content

Commit

Permalink
Cover Block: Use the description in the placeholder (#34970)
Browse files Browse the repository at this point in the history
* Use the description field for the block instead of separate instructions.

* Update with custom instructions.

* Shorten description

* More shortening.
  • Loading branch information
apeatling committed Oct 6, 2021
1 parent 5c9e84d commit dd89478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/edit.js
Expand Up @@ -282,7 +282,7 @@ function CoverPlaceholder( {
labels={ {
title: __( 'Cover' ),
instructions: __(
'Upload an image or video file, or pick one from your media library.'
'Drag and drop onto this block, upload, or select existing media from your library.'
),
} }
onSelect={ onSelectMedia }
Expand Down

0 comments on commit dd89478

Please sign in to comment.