From 1cff0c5ee16496a02306c8da2bd99f0038a70a65 Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Mon, 2 Dec 2024 16:21:07 +0100 Subject: [PATCH] Update text in template mode warning popup [MAILPOET-6336] --- .../visual-editor/edit-template-blocks-notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js/email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx b/packages/js/email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx index 0029e07bf0..e1035c8fbd 100644 --- a/packages/js/email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx +++ b/packages/js/email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx @@ -68,7 +68,7 @@ export default function EditTemplateBlocksNotification( { contentRef } ) { size="medium" > { __( - 'You’ve tried to select a block that is part of a template, which may be used on other emails. Would you like to edit the template?', + 'The block you’ve selected is part of a template that might be used in other emails. Are you sure you want to edit the template?', 'mailpoet' ) }