Rename templates

[MAILPOET-1617]
This commit is contained in:
Pavel Dohnal
2019-03-06 10:13:15 +01:00
committed by M. Shull
parent e4b9fa07ca
commit 43b5dbd853
6 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ class FashionBlogA {
function get() {
return array(
'name' => WPFunctions::get()->__("Fashion Blog - A", 'mailpoet'),
'name' => WPFunctions::get()->__("Women Fashion Store", 'mailpoet'),
'categories' => json_encode(array('standard', 'all')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),