Mior Language in config fixes 0.1

This commit is contained in:
Jokob-sk
2023-02-01 00:05:47 +11:00
parent 0c635534a1
commit 7ea74d0fe3
3 changed files with 3 additions and 3 deletions

0
front/php/server/init.php Normal file → Executable file
View File

View File

@@ -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 <code>http://</code> including the port number (no trailig slash <code>/</code>).',
'DIG_GET_IP_ARG_name' => 'Internet IP discovery',
'DIG_GET_IP_ARG_description' => 'Change the <a href="https://linux.die.net/man/1/dig" target="_blank">dig utility</a> arguments if you have issues resolving your Internet IP. Arguments are added at the end of the following command: <code>dig +short </code>.',
'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' => '<i class="fa fa-at"></i> Email',

View File

@@ -279,7 +279,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {
<script>
// number of settings has to be equal to
var settingsNumber = 67;
var settingsNumber = 68;
// Wrong number of settings processing
if(<?php echo count($settings)?> != settingsNumber)