Skip to content

Commit ecff38d

Browse files
committed
Language Updates
1 parent 0261144 commit ecff38d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

application/language/en-US/config_lang.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,6 @@
293293
$lang["config_perm_risk"] = "Permissions higher than 750 leaves this software at risk.";
294294
$lang["config_all_set"] = "All file permissions are set correctly!";
295295
$lang["config_no_risk"] = "No security/vulnerability risks.";
296-
$lang["config_timezone_e"] = "OSPOS Timezone is Different from your Local Timezone.";
297-
$lang["config_timezone"] = "Your Timezone:";
298-
$lang["config_timezone_os"] = "OSPOS Timezone:";
296+
$lang["config_timezone_error"] = "OSPOS Timezone is Different from your Local Timezone.";
297+
$lang["config_user_timezone"] = "Local Timezone:";
298+
$lang["config_os_timezone"] = "OSPOS Timezone:";

application/views/configs/system_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ function clearSelection() {
185185
});
186186

187187
if($('#timezone').html() !== $('#ostimezone').html())
188-
document.getElementById("TimeError").innerHTML = '<font color="red"><?php echo $this->lang->line('config_timezone_e'); ?></font><br><br><?php echo $this->lang->line('config_timezone'); ?><div id="timezoneE" style="font-weight:600;"></div><br><?php echo $this->lang->line('config_timezone_os'); ?><div id="ostimezoneE" style="font-weight:600;"><?php echo $this->config->item('timezone'); ?></div><br>';
188+
document.getElementById("TimeError").innerHTML = '<font color="red"><?php echo $this->lang->line('config_timezone_error'); ?></font><br><br><?php echo $this->lang->line('config_user_timezone'); ?><div id="timezoneE" style="font-weight:600;"></div><br><?php echo $this->lang->line('config_os_timezone'); ?><div id="ostimezoneE" style="font-weight:600;"><?php echo $this->config->item('timezone'); ?></div><br>';
189189
</script>
190190
</div>

0 commit comments

Comments
 (0)