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 2bd84f0 commit e3c1b17Copy full SHA for e3c1b17
web/edit/user/index.php
@@ -62,7 +62,7 @@
62
$packages = json_decode(implode('', $output), true);
63
unset($output);
64
65
-// List lanugages
+// List languages
66
exec (VESTA_CMD."v-list-sys-languages json", $output, $return_var);
67
$languages = json_decode(implode('', $output), true);
68
web/inc/i18n.php
@@ -85,7 +85,7 @@ function detect_user_language($fallback='en') {
85
}
86
arsort($accept_langs_sorted);
87
88
- // List lanugages
+ // List languages
89
90
91
0 commit comments