Fixed type

This commit is contained in:
WolverinDEV 2020-04-04 21:53:41 +02:00
parent ab236d6d55
commit 9274666ba9

View file

@ -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;