Эх сурвалжийг харах

Update translation string original

Nginx cache has been successfully purged vs Nginx cache has been sucessfully purged
Jaap Marcus 5 жил өмнө
parent
commit
831caaa598

+ 1 - 1
web/delete/web/cache/index.php

@@ -22,6 +22,6 @@ if (!empty($_GET['domain'])) {
     exec (HESTIA_CMD."v-purge-web-domain-nginx-cache ".$v_username." ".$v_domain, $output, $return_var);
     exec (HESTIA_CMD."v-purge-web-domain-nginx-cache ".$v_username." ".$v_domain, $output, $return_var);
     check_return_code($return_var,$output);
     check_return_code($return_var,$output);
 }
 }
-$_SESSION['ok_msg'] = _('Nginx cache has been sucessfully purged');
+$_SESSION['ok_msg'] = _('Nginx cache has been successfully purged');
 header("Location: /edit/web/?domain=".$_GET['domain']);
 header("Location: /edit/web/?domain=".$_GET['domain']);
 exit;
 exit;