diff --git a/front/php/server/init.php b/front/php/server/init.php old mode 100644 new mode 100755 diff --git a/front/php/templates/language/en_us.php b/front/php/templates/language/en_us.php index 72ebd1e1..c3de32ba 100755 --- a/front/php/templates/language/en_us.php +++ b/front/php/templates/language/en_us.php @@ -513,8 +513,8 @@ the arp-scan will take hours to complete instead of seconds. 'REPORT_DASHBOARD_URL_description' => 'This URL is used as the base for generating links in the emails. Enter full URL starting with http:// including the port number (no trailig slash /).', 'DIG_GET_IP_ARG_name' => 'Internet IP discovery', 'DIG_GET_IP_ARG_description' => 'Change the dig utility arguments if you have issues resolving your Internet IP. Arguments are added at the end of the following command: dig +short .', -'UI_LANG_name' => 'Select Language', -'UI_LANG_description' => '', +'UI_LANG_name' => 'UI Language', +'UI_LANG_description' => 'Select the preferred UI language.', //Email 'Email_settings_group' => ' Email', diff --git a/front/settings.php b/front/settings.php index 565b9e9c..ab8e586c 100755 --- a/front/settings.php +++ b/front/settings.php @@ -279,7 +279,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {