Fixed type
This commit is contained in:
parent
ab236d6d55
commit
9274666ba9
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ function settings_general_language(container: JQuery, modal: Modal) {
|
|||
};
|
||||
|
||||
const update_current_selected = () => {
|
||||
const container_current = container.find(".selected-language6");
|
||||
const container_current = container.find(".selected-language");
|
||||
container_current.empty().text(tr("Loading"));
|
||||
|
||||
let current_translation: RepositoryTranslation;
|
||||
|
|
Loading…
Add table
Reference in a new issue