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 24, 2021
1 parent f58abfd commit 5706513
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/block-library/src/cover/edit.js
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 5706513

Please sign in to comment.