Update text in template mode warning popup

[MAILPOET-6336]
This commit is contained in:
Rostislav Wolny
2024-12-02 16:21:07 +01:00
committed by Rostislav Wolný
parent c612eb1c4e
commit 1cff0c5ee1

View File

@@ -68,7 +68,7 @@ export default function EditTemplateBlocksNotification( { contentRef } ) {
size="medium"
>
{ __(
'Youve 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 youve selected is part of a template that might be used in other emails. Are you sure you want to edit the template?',
'mailpoet'
) }
</ConfirmDialog>