Update 28 July 2016
This commit is contained in:
committed by
Tautvidas Sipavičius
parent
08cb994252
commit
c05a20cff9
@ -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