diff --git a/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php b/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php index 592eddc342..0ab54aced1 100644 --- a/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php +++ b/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php @@ -163,7 +163,7 @@ class NewsletterBlank121Column { "blocks" => [ [ "type" => "text", - "text" => WPFunctions::get()->__("

This template has...

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__('This template has...', 'mailpoet').'

', ], [ "type" => "text", @@ -182,11 +182,11 @@ class NewsletterBlank121Column { "blocks" => [ [ "type" => "text", - "text" => WPFunctions::get()->__("

... a 2-column layout.

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__('... a 2-column layout.', 'mailpoet').'

', ], [ "type" => "text", - "text" => WPFunctions::get()->__("

You can change a layout's background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__("You can change a layout's background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.", 'mailpoet').'

', ], ], ],