From e0981ff044430c99b28c21c86bf5e9cd73bde243 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Thu, 29 Oct 2020 08:27:38 +0100 Subject: [PATCH] Rename templates [MAILPOET-3182] --- lib/Config/PopulatorData/Templates/Fitness.php | 2 +- lib/Config/PopulatorData/Templates/KidsClothing.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Config/PopulatorData/Templates/Fitness.php b/lib/Config/PopulatorData/Templates/Fitness.php index 8b79502b6c..3365eaec0a 100644 --- a/lib/Config/PopulatorData/Templates/Fitness.php +++ b/lib/Config/PopulatorData/Templates/Fitness.php @@ -16,7 +16,7 @@ class Fitness { public function get() { return [ - 'name' => WPFunctions::get()->__("Fitness", 'mailpoet'), + 'name' => WPFunctions::get()->__("Abandoned Cart – Fitness", 'mailpoet'), 'categories' => json_encode(['woocommerce', 'all']), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(), diff --git a/lib/Config/PopulatorData/Templates/KidsClothing.php b/lib/Config/PopulatorData/Templates/KidsClothing.php index 00f20e3504..52089f6f6f 100644 --- a/lib/Config/PopulatorData/Templates/KidsClothing.php +++ b/lib/Config/PopulatorData/Templates/KidsClothing.php @@ -16,7 +16,7 @@ class KidsClothing { public function get() { return [ - 'name' => WPFunctions::get()->__("Kids Clothing", 'mailpoet'), + 'name' => WPFunctions::get()->__("Abandoned Cart – Kids", 'mailpoet'), 'categories' => json_encode(['woocommerce', 'all']), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(),