Fix some template texts

[MAILPOET-1480]
This commit is contained in:
Pavel Dohnal
2018-09-19 14:43:31 +02:00
parent 814fceb297
commit 57cfdee9ad
3 changed files with 3 additions and 3 deletions

View File

@ -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>',
),
),
),

View File

@ -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(),

View File

@ -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(),