Commit 3ac4a032 authored by Steven's avatar Steven

chore: update i18n

parent c1708df7
...@@ -42,7 +42,7 @@ const PreferencesSection = observer(() => { ...@@ -42,7 +42,7 @@ const PreferencesSection = observer(() => {
</div> </div>
<div className="w-full flex flex-row justify-between items-center"> <div className="w-full flex flex-row justify-between items-center">
<span>{t("setting.preference-section.theme")}</span> <span>{t("setting.preference-section.apperance")}</span>
<AppearanceSelect value={setting.appearance as Appearance} onChange={handleAppearanceSelectChange} /> <AppearanceSelect value={setting.appearance as Appearance} onChange={handleAppearanceSelectChange} />
</div> </div>
......
...@@ -310,6 +310,7 @@ ...@@ -310,6 +310,7 @@
"preference-section": { "preference-section": {
"default-memo-sort-option": "Memo display time", "default-memo-sort-option": "Memo display time",
"default-memo-visibility": "Default memo visibility", "default-memo-visibility": "Default memo visibility",
"apperance": "Appearance",
"theme": "Theme" "theme": "Theme"
}, },
"sso": "SSO", "sso": "SSO",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment