Fix some template texts
[MAILPOET-1480]
This commit is contained in:
@ -146,7 +146,7 @@ class Avocado {
|
|||||||
1 =>
|
1 =>
|
||||||
array (
|
array (
|
||||||
'type' => 'text',
|
'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() {
|
function get() {
|
||||||
return array(
|
return array(
|
||||||
'name' => __("Modular Style Stories (Big, Small, Smaller)", 'mailpoet'),
|
'name' => __("Modular Style Stories", 'mailpoet'),
|
||||||
'categories' => json_encode(array('notification', 'sample')),
|
'categories' => json_encode(array('notification', 'sample')),
|
||||||
'readonly' => 1,
|
'readonly' => 1,
|
||||||
'thumbnail' => $this->getThumbnail(),
|
'thumbnail' => $this->getThumbnail(),
|
||||||
|
@ -14,7 +14,7 @@ class NotSoMedium {
|
|||||||
|
|
||||||
function get() {
|
function get() {
|
||||||
return array(
|
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')),
|
'categories' => json_encode(array('notification', 'sample')),
|
||||||
'readonly' => 1,
|
'readonly' => 1,
|
||||||
'thumbnail' => $this->getThumbnail(),
|
'thumbnail' => $this->getThumbnail(),
|
||||||
|
Reference in New Issue
Block a user