Skip to content

Commit

Permalink
update: Add Media to Add media in cover block (WordPress#66835)
Browse files Browse the repository at this point in the history
Co-authored-by: up1512001 <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: richtabor <[email protected]>
  • Loading branch information
4 people authored Nov 8, 2024
1 parent 3a29771 commit 77166e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/edit/block-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function CoverBlockControls( {
onSelect={ onSelectMedia }
onToggleFeaturedImage={ toggleUseFeaturedImage }
useFeaturedImage={ useFeaturedImage }
name={ ! url ? __( 'Add Media' ) : __( 'Replace' ) }
name={ ! url ? __( 'Add media' ) : __( 'Replace' ) }
onReset={ onClearMedia }
/>
</BlockControls>
Expand Down

0 comments on commit 77166e0

Please sign in to comment.