mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-16 10:15:02 -06:00
fix linting issues
This commit is contained in:
parent
11e05d8493
commit
8b75055981
@ -859,8 +859,8 @@ function rebuildMenu(language) {
|
||||
}
|
||||
}
|
||||
|
||||
function setLanguage(lang) {
|
||||
i18n.setLanguage(lang);
|
||||
function setLanguage(language) {
|
||||
i18n.setLanguage(language);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user