Skip to content

Commit e2e40d3

Browse files
author
Kristan Kenney
authored
Merge pull request hestiacp#1282 from hestiacp/fix/2020-issue_with_translation_string
Update /restart/server/index.php
2 parents f8cf244 + 58c4327 commit e2e40d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/restart/system/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
if ($_SESSION['user'] == 'admin') {
2828
if (!empty($_GET['hostname'])) {
2929
touch($reset_token_file);
30-
$_SESSION['error_msg'] = __('The system is going down for reboot NOW!');
30+
$_SESSION['error_msg'] = _('The system is going down for reboot NOW!');
3131
exec(HESTIA_CMD . "v-restart-system yes", $output, $return_var);
3232
}
3333
unset($output);

0 commit comments

Comments
 (0)