Skip to content

Commit dd227a0

Browse files
committed
Fix message on automatic update
1 parent de00753 commit dd227a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/add/cron/autoupdate/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
if ($_SESSION['user'] == 'admin') {
99
exec (VESTA_CMD."v-add-cron-vesta-autoupdate", $output, $return_var);
10-
$_SESSION['error_msg'] = __('Autoupdate has been susscessfully enabled');
10+
$_SESSION['error_msg'] = __('Autoupdate has been successfully enabled');
1111
unset($output);
1212
}
1313

web/delete/cron/autoupdate/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
if ($_SESSION['user'] == 'admin') {
99
exec (VESTA_CMD."v-delete-cron-vesta-autoupdate", $output, $return_var);
10-
$_SESSION['error_msg'] = __('Autoupdate has been susscessfully disabled');
10+
$_SESSION['error_msg'] = __('Autoupdate has been successfully disabled');
1111
unset($output);
1212
}
1313

0 commit comments

Comments
 (0)