Skip to content

Commit 7acd770

Browse files
Merge pull request #11 from PrestaShop/dev
Deploy v2.0.1 of statscheckup
2 parents b6371ad + e404fcb commit 7acd770

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>statscheckup</name>
44
<displayName><![CDATA[Catalog evaluation]]></displayName>
5-
<version><![CDATA[2.0.0]]></version>
5+
<version><![CDATA[2.0.1]]></version>
66
<description><![CDATA[Adds a quick evaluation of your catalog quality to the Stats dashboard.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[analytics_stats]]></tab>

statscheckup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct()
3636
{
3737
$this->name = 'statscheckup';
3838
$this->tab = 'analytics_stats';
39-
$this->version = '2.0.0';
39+
$this->version = '2.0.1';
4040
$this->author = 'PrestaShop';
4141
$this->need_instance = 0;
4242

@@ -156,7 +156,7 @@ public function hookAdminStatsModules()
156156
'DESCRIPTIONS' => array('name' => $this->trans('Descriptions', array(), 'Modules.Statscheckup.Admin'), 'text' => $this->trans('chars (without HTML)', array(), 'Modules.Statscheckup.Admin')),
157157
'IMAGES' => array('name' => $this->trans('Images', array(), 'Admin.Global'), 'text' => $this->trans('images', array(), 'Admin.Global')),
158158
'SALES' => array('name' => $this->trans('Sales', array(), 'Admin.Global'), 'text' => $this->trans('orders / month', array(), 'Modules.Statscheckup.Admin')),
159-
'STOCK' => array('name' => $this->trans('Available quantity for sale', array(), 'Admin.Global'))
159+
'STOCK' => array('name' => $this->trans('Available quantity for sale', array(), 'Admin.Global'), 'text' => $this->trans('items', array(), 'Modules.Statscheckup.Admin'))
160160
);
161161

162162
$this->html = '

0 commit comments

Comments
 (0)