{l s='PrestaShop is not responsible for your database, its backups and/or recovery.'}
-
{l s='PrestaShop is open-source software. You are using it at your own risk under the license agreement.'}
+
{l s='QloApps is not responsible for your database, its backups and/or recovery.'}
+
{l s='QloApps is open-source software. You are using it at your own risk under the license agreement.'}
{l s='You should back up your data on a regular basis (both files and database).'}
{l s='This function only backs up your database, not your files.'}
{l s='By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).'}
@@ -68,7 +68,7 @@
{l s='How to restore a database backup in 10 easy steps:'}
-
{l s='Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.'}
+
{l s='Set "Enable Site" to "No" in the "Maintenance" page under the "Preferences" menu.'}
{l s='Download the backup from the list below or from your FTP server (in the folder "admin/backups").'}
{l s='Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.'}
{l s='Please ask your hosting provider for "phpMyAdmin" access to your database.'}
diff --git a/controllers/admin/AdminMaintenanceController.php b/controllers/admin/AdminMaintenanceController.php
index 494359d86..b289891b4 100644
--- a/controllers/admin/AdminMaintenanceController.php
+++ b/controllers/admin/AdminMaintenanceController.php
@@ -50,7 +50,7 @@ public function __construct()
),
'PS_MAINTENANCE_IP' => array(
'title' => $this->l('Maintenance IP'),
- 'hint' => $this->l('IP addresses allowed to access the front office even if the shop is disabled. Please use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96)'),
+ 'hint' => $this->l('IP addresses allowed to access the front office even if the site is disabled. Please use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96)'),
'validation' => 'isGenericName',
'type' => 'maintenance_ip',
'default' => ''