Removing toast errors on missing keys

This commit is contained in:
Jarosław Sadziński
2023-01-30 15:52:56 +01:00
parent 671e479bad
commit 6864649b92
2 changed files with 1 additions and 12 deletions

View File

@@ -141,7 +141,7 @@ export class AccountPage extends Disposable {
enableCustomCss ? null : [
css.header(t("Theme")),
dom.create(ThemeConfig, this._appModel),
css.subHeader(t("Language ")),
css.subHeader(t("Language")),
css.dataRow({ style: 'width: 300px'},
select(userLocale, languageOptions, {
renderOptionArgs: () => {