Explorar el Código

Fix message on automatic update

Fabio Cagliero hace 11 años
padre
commit
dd227a09bd
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      web/add/cron/autoupdate/index.php
  2. 1 1
      web/delete/cron/autoupdate/index.php

+ 1 - 1
web/add/cron/autoupdate/index.php

@@ -7,7 +7,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
 
 if ($_SESSION['user'] == 'admin') {
     exec (VESTA_CMD."v-add-cron-vesta-autoupdate", $output, $return_var);
-    $_SESSION['error_msg'] = __('Autoupdate has been susscessfully enabled');
+    $_SESSION['error_msg'] = __('Autoupdate has been successfully enabled');
     unset($output);
 }
 

+ 1 - 1
web/delete/cron/autoupdate/index.php

@@ -7,7 +7,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
 
 if ($_SESSION['user'] == 'admin') {
     exec (VESTA_CMD."v-delete-cron-vesta-autoupdate", $output, $return_var);
-    $_SESSION['error_msg'] = __('Autoupdate has been susscessfully disabled');
+    $_SESSION['error_msg'] = __('Autoupdate has been successfully disabled');
     unset($output);
 }