Change translation keys for ui directory

This commit is contained in:
Louis Delbosc
2022-12-06 14:57:29 +01:00
parent 24a656406e
commit b76fe50bf9
42 changed files with 354 additions and 354 deletions

View File

@@ -26,7 +26,7 @@ export class ThemeConfig extends Disposable {
public buildDom() {
return dom('div',
css.subHeader(t('Appearance'), css.betaTag('Beta')),
css.subHeader(t("Appearance "), css.betaTag('Beta')),
css.dataRow(
cssAppearanceSelect(
select(
@@ -42,7 +42,7 @@ export class ThemeConfig extends Disposable {
css.dataRow(
labeledSquareCheckbox(
this._syncWithOS,
t('SyncWithOS'),
t("Switch appearance automatically to match system"),
testId('sync-with-os'),
),
),