Skip to content

Commit 831caaa

Browse files
authored
Update translation string original
Nginx cache has been successfully purged vs Nginx cache has been sucessfully purged
1 parent 4bba900 commit 831caaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/delete/web/cache/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
exec (HESTIA_CMD."v-purge-web-domain-nginx-cache ".$v_username." ".$v_domain, $output, $return_var);
2323
check_return_code($return_var,$output);
2424
}
25-
$_SESSION['ok_msg'] = _('Nginx cache has been sucessfully purged');
25+
$_SESSION['ok_msg'] = _('Nginx cache has been successfully purged');
2626
header("Location: /edit/web/?domain=".$_GET['domain']);
2727
exit;

0 commit comments

Comments
 (0)