Skip to content

Commit

Permalink
Added some copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Sep 28, 2021
1 parent 63a5136 commit e944310
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/block-library/src/cover/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,16 @@ function CoverPlaceholder( {
} ) {
const { removeAllNotices, createErrorNotice } = noticeOperations;
return (
<div className="cover-block__cover-placeholder-container" style={ style }>
<div
className="cover-block__cover-placeholder-container"
style={ style }
>
<MediaPlaceholder
icon={ <BlockIcon icon={ icon } /> }
labels={ {
title: __( 'Cover' ),
instructions: __(
'Upload an image or video file, or pick one from your media library.'
'Upload an image or video file, or pick one from your media library. Resize this panel to set a minimum height.'
),
} }
onSelect={ onSelectMedia }
Expand Down

0 comments on commit e944310

Please sign in to comment.