From e78cb750add2ab13add871d5159ae3d3235933a4 Mon Sep 17 00:00:00 2001 From: Siobhan Bamber Date: Wed, 3 Nov 2021 09:50:18 +0000 Subject: [PATCH] Update placeholder for consistency with other blocks (#21620) 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. --- .../jetpack/extensions/blocks/tiled-gallery/edit.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/plugins/jetpack/extensions/blocks/tiled-gallery/edit.native.js b/projects/plugins/jetpack/extensions/blocks/tiled-gallery/edit.native.js index ce1e049050cdd..3d461032dca48 100644 --- a/projects/plugins/jetpack/extensions/blocks/tiled-gallery/edit.native.js +++ b/projects/plugins/jetpack/extensions/blocks/tiled-gallery/edit.native.js @@ -149,6 +149,7 @@ const TiledGalleryEdit = props => { labels={ { title: __( 'Tiled Gallery', 'jetpack' ), name: __( 'images', 'jetpack' ), + instructions: __( 'ADD MEDIA', 'jetpack' ), } } onSelect={ populateInnerBlocksWithImages } accept="image/*"