Fix some template texts
[MAILPOET-1480]
This commit is contained in:
@ -146,7 +146,7 @@ class Avocado {
|
||||
1 =>
|
||||
array (
|
||||
'type' => 'text',
|
||||
'text' => '<p style="text-align: right;"><strong>Hass to be fresh</strong></p>',
|
||||
'text' => '<p style="text-align: right;"><strong>Has to be fresh</strong></p>',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
@ -14,7 +14,7 @@ class ModularStyleStories {
|
||||
|
||||
function get() {
|
||||
return array(
|
||||
'name' => __("Modular Style Stories (Big, Small, Smaller)", 'mailpoet'),
|
||||
'name' => __("Modular Style Stories", 'mailpoet'),
|
||||
'categories' => json_encode(array('notification', 'sample')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
|
@ -14,7 +14,7 @@ class NotSoMedium {
|
||||
|
||||
function get() {
|
||||
return array(
|
||||
'name' => __("One Full Post In An Email (think of a Medium article)", 'mailpoet'),
|
||||
'name' => __("One Full Post In An Email", 'mailpoet'),
|
||||
'categories' => json_encode(array('notification', 'sample')),
|
||||
'readonly' => 1,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
|
Reference in New Issue
Block a user