mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Change translation keys for ui directory
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user