Update 28 July 2016
This commit is contained in:
committed by
Tautvidas Sipavičius
parent
08cb994252
commit
c05a20cff9
@@ -105,8 +105,8 @@ class Menu {
|
||||
|
||||
$segments_page = add_submenu_page(
|
||||
$main_page_slug,
|
||||
$this->setPageTitle(__('Segments')),
|
||||
__('Segments'),
|
||||
$this->setPageTitle(__('Lists')),
|
||||
__('Lists'),
|
||||
'manage_options',
|
||||
'mailpoet-segments',
|
||||
array($this, 'segments')
|
||||
@@ -170,7 +170,7 @@ class Menu {
|
||||
add_submenu_page(
|
||||
true,
|
||||
$this->setPageTitle(__('Form')),
|
||||
__('Form editor'),
|
||||
__('Form Editor'),
|
||||
'manage_options',
|
||||
'mailpoet-form-editor',
|
||||
array($this, 'formEditor')
|
||||
|
@@ -14,7 +14,7 @@ class PostNotificationsBlankTemplate {
|
||||
function get() {
|
||||
return array(
|
||||
'name' => __("Blank Post Notifications Template"),
|
||||
'description' => __("A simple post notifications template. Customize it and make it your own!"),
|
||||
'description' => __("A simple Post Notifications template. Customize it and make it your own!"),
|
||||
'readonly' => 0,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
@@ -46,7 +46,7 @@ class PostNotificationsBlankTemplate {
|
||||
"blocks" => array(
|
||||
array(
|
||||
"type" => "text",
|
||||
"text" => __("<h2 style=\"text-align: center;\">Ready to get started on your post notifications email?</h2>\n<p style=\"text-align: center;\"> </p>")
|
||||
"text" => __("<h2 style=\"text-align: center;\">Ready to get started on your Post Notifications email?</h2>\n<p style=\"text-align: center;\"> </p>")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@@ -14,7 +14,7 @@ class WelcomeTemplate {
|
||||
function get() {
|
||||
return array(
|
||||
'name' => __("Welcome Email Example"),
|
||||
'description' => __("A simple welcome email idea to help welcome your new subscribers."),
|
||||
'description' => __("A simple Welcome Email idea to help welcome your new subscribers."),
|
||||
'readonly' => 0,
|
||||
'thumbnail' => $this->getThumbnail(),
|
||||
'body' => json_encode($this->getBody()),
|
||||
|
Reference in New Issue
Block a user