Skip to content

Commit

Permalink
corr sys language
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Nov 3, 2024
1 parent a5add52 commit fd15536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/adapter-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $(document).ready(function () {
function loadSystemConfig(callback) {
socket.emit('getObject', 'system.config', function (err, res) {
if (!err && res && res.common) {
// systemLang = res.common.language || systemLang;
systemLang = res.common.language;
systemConfig = res;
}
socket.emit('getObject', 'system.certificates', function (err, res) {
Expand Down

0 comments on commit fd15536

Please sign in to comment.