diff --git a/lib/Config/PopulatorData/Templates/FashionBlogA.php b/lib/Config/PopulatorData/Templates/FashionBlogA.php index f82207c746..ad067c59bc 100644 --- a/lib/Config/PopulatorData/Templates/FashionBlogA.php +++ b/lib/Config/PopulatorData/Templates/FashionBlogA.php @@ -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(), diff --git a/lib/Config/PopulatorData/Templates/FashionShop.php b/lib/Config/PopulatorData/Templates/FashionShop.php index 25b5c9c211..7a9fc1a5c7 100644 --- a/lib/Config/PopulatorData/Templates/FashionShop.php +++ b/lib/Config/PopulatorData/Templates/FashionShop.php @@ -18,7 +18,7 @@ class FashionShop { function get() { return array( - 'name' => WPFunctions::get()->__("Fashion Shop", 'mailpoet'), + 'name' => WPFunctions::get()->__("Kids Shop", 'mailpoet'), 'categories' => json_encode(array('standard', 'all')), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(), diff --git a/lib/Config/PopulatorData/Templates/FoodBox.php b/lib/Config/PopulatorData/Templates/FoodBox.php index ec9bfb6d0b..9274bc1d22 100644 --- a/lib/Config/PopulatorData/Templates/FoodBox.php +++ b/lib/Config/PopulatorData/Templates/FoodBox.php @@ -19,7 +19,7 @@ class FoodBox { function get() { return array( 'name' => WPFunctions::get()->__("Welcome to FoodBox", 'mailpoet'), - 'categories' => json_encode(array('standard', 'all')), + 'categories' => json_encode(array('welcome', 'all')), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(), 'body' => json_encode($this->getBody()), diff --git a/lib/Config/PopulatorData/Templates/LifestyleBlogA.php b/lib/Config/PopulatorData/Templates/LifestyleBlogA.php index 3b117c941d..788cbea999 100644 --- a/lib/Config/PopulatorData/Templates/LifestyleBlogA.php +++ b/lib/Config/PopulatorData/Templates/LifestyleBlogA.php @@ -18,7 +18,7 @@ class LifestyleBlogA { function get() { return array( - 'name' => WPFunctions::get()->__("Lifestyle Blog - A", 'mailpoet'), + 'name' => WPFunctions::get()->__("Makeup Blog", 'mailpoet'), 'categories' => json_encode(array('standard', 'all')), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(), diff --git a/lib/Config/PopulatorData/Templates/LifestyleBlogB.php b/lib/Config/PopulatorData/Templates/LifestyleBlogB.php index 54bc0d98a7..8da294daad 100644 --- a/lib/Config/PopulatorData/Templates/LifestyleBlogB.php +++ b/lib/Config/PopulatorData/Templates/LifestyleBlogB.php @@ -18,7 +18,7 @@ class LifestyleBlogB { function get() { return array( - 'name' => WPFunctions::get()->__("Lifestyle Blog - B", 'mailpoet'), + 'name' => WPFunctions::get()->__("Lifestyle Blog", 'mailpoet'), 'categories' => json_encode(array('standard', 'all')), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(), diff --git a/lib/Config/PopulatorData/Templates/WineCity.php b/lib/Config/PopulatorData/Templates/WineCity.php index e38b8bb1fa..3d0396f89a 100644 --- a/lib/Config/PopulatorData/Templates/WineCity.php +++ b/lib/Config/PopulatorData/Templates/WineCity.php @@ -15,7 +15,7 @@ class WineCity { function get() { return array( - 'name' => WPFunctions::get()->__("Wine City", 'mailpoet'), + 'name' => WPFunctions::get()->__("Wine City (with coupon)", 'mailpoet'), 'categories' => json_encode(array('woocommerce', 'all')), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(),