Skip to content

Commit 0badd7c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 75774de + ec299db commit 0badd7c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ You will need the CMS Connect URL to complete the [VueFront Web App installation
4646
For support please contact us a https://dreamvention.ee/support
4747

4848
## Submit an issue
49-
For submiting an issue, please create one in the [issues tab](https://github.com/vuefront/vuefront/issues). Remember to provide a detailed explanation of your case and a way to reproduce it.
49+
For submitting an issue, please create one in the [issues tab](https://github.com/vuefront/vuefront/issues). Remember to provide a detailed explanation of your case and a way to reproduce it.
5050

5151
Enjoy!

config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<description><![CDATA[CMS Connect App for PrestaShop]]></description>
77
<author><![CDATA[VueFront]]></author>
88
<tab><![CDATA[front_office_features]]></tab>
9-
<confirmUninstall><![CDATA[Are you sure you want to uninstall?]]></confirmUninstall>
9+
<confirmUninstall><![CDATA[Are you sure you want to uninstall?]]></confirmUninstall>
1010
<is_configurable>1</is_configurable>
1111
<need_instance>0</need_instance>
12-
<limited_countries></limited_countries>
13-
</module>
12+
<limited_countries></limited_countries>
13+
</module>

vuefront.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function __construct()
3737
$this->confirmUninstall = $this->l('Are you sure you want to uninstall?'); // confirmation message at uninstall
3838

3939
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
40+
$this->module_key = '1d77752fd71e98268cd50f200cb5f5ce';
4041
}
4142

4243
/**

0 commit comments

Comments
 (0)