Fix typo
[MAILPOET-2887]
This commit is contained in:
@@ -31,7 +31,7 @@ class PreprocessorTest extends \MailPoetUnitTest {
|
||||
'blocks' => [
|
||||
[
|
||||
'type' => 'text',
|
||||
'text' => Preprocessor::WC_HEADING_BEFORE . '<h1 style="color:{base_text_color};">[mailpet_woocommerce_heading_placeholder]</h1>' . Preprocessor::WC_HEADING_AFTER,
|
||||
'text' => Preprocessor::WC_HEADING_BEFORE . '<h1 style="color:{base_text_color};">[mailpoet_woocommerce_heading_placeholder]</h1>' . Preprocessor::WC_HEADING_AFTER,
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -56,7 +56,7 @@ class PreprocessorTest extends \MailPoetUnitTest {
|
||||
'blocks' => [
|
||||
[
|
||||
'type' => 'text',
|
||||
'text' => '[mailpet_woocommerce_content_placeholder]',
|
||||
'text' => '[mailpoet_woocommerce_content_placeholder]',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user