Rename templates
[MAILPOET-3182]
This commit is contained in:
@ -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(),
|
||||
|
@ -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(),
|
||||
|
Reference in New Issue
Block a user