From 7ea74d0fe33246161bb7e6c0a8991f76bc931952 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Wed, 1 Feb 2023 00:05:47 +1100 Subject: [PATCH] Mior Language in config fixes 0.1 --- front/php/server/init.php | 0 front/php/templates/language/en_us.php | 4 ++-- front/settings.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 front/php/server/init.php 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)) {