Update 28 July 2016

This commit is contained in:
Kiefer Conrad
2016-07-28 11:11:06 +02:00
committed by Tautvidas Sipavičius
parent 08cb994252
commit c05a20cff9
20 changed files with 64 additions and 64 deletions

View File

@ -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&nbsp;post notifications email?</h2>\n<p style=\"text-align: center;\">&nbsp;</p>")
"text" => __("<h2 style=\"text-align: center;\">Ready to get started on your&nbsp;Post Notifications email?</h2>\n<p style=\"text-align: center;\">&nbsp;</p>")
)
)
)

View File

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