Rename templates

[MAILPOET-3182]
This commit is contained in:
Pavel Dohnal
2020-10-29 08:27:38 +01:00
committed by Veljko V
parent 5e633d7726
commit e0981ff044
2 changed files with 2 additions and 2 deletions

View File

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

View File

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