File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 293
293
$ lang ["config_perm_risk " ] = "Permissions higher than 750 leaves this software at risk. " ;
294
294
$ lang ["config_all_set " ] = "All file permissions are set correctly! " ;
295
295
$ 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: " ;
Original file line number Diff line number Diff line change @@ -185,6 +185,6 @@ function clearSelection() {
185
185
});
186
186
187
187
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>';
189
189
</script>
190
190
</div>
You can’t perform that action at this time.
0 commit comments