From f4e8e3bde28f884b49f821efe145bf3809d114b5 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 10 Apr 2024 16:57:07 +0200 Subject: [PATCH] Update string. --- .../editor-canvas/edit-template-blocks-notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/editor-canvas/edit-template-blocks-notification.js b/packages/editor/src/components/editor-canvas/edit-template-blocks-notification.js index bc7f20d02987ed..9bb4ab667e45b1 100644 --- a/packages/editor/src/components/editor-canvas/edit-template-blocks-notification.js +++ b/packages/editor/src/components/editor-canvas/edit-template-blocks-notification.js @@ -68,7 +68,7 @@ export default function EditTemplateBlocksNotification( { contentRef } ) { onCancel={ () => setIsDialogOpen( false ) } > { __( - 'Would you like to edit the template this block is part of?' + 'You’ve tried to select a block that is part of a template, which may be used on other posts and pages. Would you like to edit the template?.' ) } );