diff --git a/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php b/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php index de1026ff9f..2d84a0c527 100644 --- a/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php +++ b/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php @@ -163,11 +163,11 @@ class NewsletterBlank13Column { "blocks" => [ [ "type" => "text", - "text" => WPFunctions::get()->__("

This template...

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

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

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

In the right sidebar, you can add layout blocks to your newsletter.

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

'.__('In the right sidebar, you can add layout blocks to your newsletter.', 'mailpoet').'

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

... has a...

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

'.__('... has a...', 'mailpoet').'

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

3-column layout.

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

'.__('3-column layout.', 'mailpoet').'

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

You can add as many layout blocks as you want!

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

'.__('You can add as many layout blocks as you want!', 'mailpoet').'

', ], [ "type" => "text",