We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de00753 commit dd227a0Copy full SHA for dd227a0
web/add/cron/autoupdate/index.php
@@ -7,7 +7,7 @@
7
8
if ($_SESSION['user'] == 'admin') {
9
exec (VESTA_CMD."v-add-cron-vesta-autoupdate", $output, $return_var);
10
- $_SESSION['error_msg'] = __('Autoupdate has been susscessfully enabled');
+ $_SESSION['error_msg'] = __('Autoupdate has been successfully enabled');
11
unset($output);
12
}
13
web/delete/cron/autoupdate/index.php
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');
0 commit comments