Skip to content

Commit

Permalink
Update placeholder for consistency with other blocks (#21620)
Browse files Browse the repository at this point in the history
With this PR, the placeholder text is changed from "ADD IMAGE" to "ADD MEDIA". This is to bring consistency with the text that's seen in other, similar blocks, such as the Gallery and Story blocks.
  • Loading branch information
Siobhan Bamber authored Nov 3, 2021
1 parent b11a395 commit e78cb75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const TiledGalleryEdit = props => {
labels={ {
title: __( 'Tiled Gallery', 'jetpack' ),
name: __( 'images', 'jetpack' ),
instructions: __( 'ADD MEDIA', 'jetpack' ),
} }
onSelect={ populateInnerBlocksWithImages }
accept="image/*"
Expand Down

0 comments on commit e78cb75

Please sign in to comment.