diff --git a/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php b/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php index a1bcea4e42..e4849b452e 100644 --- a/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php +++ b/mailpoet/tests/acceptance/EmailEditor/EmailTemplatesCest.php @@ -78,7 +78,7 @@ class EmailTemplatesCest { $i->click('[aria-label="Template actions"]'); $i->waitForText('Reset'); $i->click('Reset'); - $i->waitForText('Reset to default and clear all customization?'); + $i->waitForText('This will clear ANY and ALL template customization. All updates made to the template will be lost. Do you want to proceed?'); $i->click('Reset'); $i->waitForText('"Simple Light" reset.'); $this->checkTextIsNotInEmail($i, $textInTemplate); diff --git a/packages/js/email-editor/src/components/sidebar/template-revert-modal.tsx b/packages/js/email-editor/src/components/sidebar/template-revert-modal.tsx index 251d769a31..423df407dc 100644 --- a/packages/js/email-editor/src/components/sidebar/template-revert-modal.tsx +++ b/packages/js/email-editor/src/components/sidebar/template-revert-modal.tsx @@ -14,7 +14,7 @@ export function TemplateRevertModal( { close } ) {

{ __( - 'Reset to default and clear all customization?', + 'This will clear ANY and ALL template customization. All updates made to the template will be lost. Do you want to proceed?', 'mailpoet' ) }