diff --git a/config.xml b/config.xml index a620db1..8f0a0fe 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ dashproducts - + diff --git a/dashproducts.php b/dashproducts.php index d89b6ed..32761c6 100755 --- a/dashproducts.php +++ b/dashproducts.php @@ -33,7 +33,7 @@ public function __construct() { $this->name = 'dashproducts'; $this->tab = 'administration'; - $this->version = '2.2.0'; + $this->version = '2.2.1'; $this->author = 'PrestaShop'; parent::__construct(); @@ -119,7 +119,7 @@ public function getTableRecentOrders() ]), Tools::htmlentitiesUTF8($order['firstname']), Tools::htmlentitiesUTF8($order['lastname']) - ) : $this->trans('Deleted customer', [], 'AdminGlobal'), + ) : $this->trans('Deleted customer', [], 'Admin.Global'), 'class' => 'text-left', ]; $tr[] = [