diff --git a/admin/themes/default/template/controllers/backup/download/view.tpl b/admin/themes/default/template/controllers/backup/download/view.tpl index 711e01a5d..1731c3d36 100644 --- a/admin/themes/default/template/controllers/backup/download/view.tpl +++ b/admin/themes/default/template/controllers/backup/download/view.tpl @@ -45,8 +45,8 @@

{l s='Disclaimer before creating a new backup'}

    -
  1. {l s='PrestaShop is not responsible for your database, its backups and/or recovery.'}
  2. -
  3. {l s='PrestaShop is open-source software. You are using it at your own risk under the license agreement.'}
  4. +
  5. {l s='QloApps is not responsible for your database, its backups and/or recovery.'}
  6. +
  7. {l s='QloApps is open-source software. You are using it at your own risk under the license agreement.'}
  8. {l s='You should back up your data on a regular basis (both files and database).'}
  9. {l s='This function only backs up your database, not your files.'}
  10. {l s='By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).'}
  11. @@ -68,7 +68,7 @@

    {l s='How to restore a database backup in 10 easy steps:'}

      -
    1. {l s='Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.'}
    2. +
    3. {l s='Set "Enable Site" to "No" in the "Maintenance" page under the "Preferences" menu.'}
    4. {l s='Download the backup from the list below or from your FTP server (in the folder "admin/backups").'}
    5. {l s='Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.'}
    6. {l s='Please ask your hosting provider for "phpMyAdmin" access to your database.'}
    7. 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' => ''