Add missing header translations
This commit is contained in:
committed by
Veljko V
parent
0a0dbf0fa1
commit
c5f4da57c9
@@ -55,7 +55,7 @@ class PieceOfCake {
|
||||
'blocks' => [
|
||||
0 => [
|
||||
'type' => 'header',
|
||||
'text' => '<p><strong>Open daily from 9am to 9pm | <a href="[link:newsletter_view_in_browser_url]">View Online</a></strong></p>',
|
||||
'text' => '<p><strong>Open daily from 9am to 9pm | <a href="[link:newsletter_view_in_browser_url]">' . WPFunctions::get()->__("View this in your browser.", 'mailpoet') . '</a></strong></p>',
|
||||
'styles' => [
|
||||
'block' => [
|
||||
'backgroundColor' => '#ececeb',
|
||||
|
Reference in New Issue
Block a user