Commit 3ac4a032 authored by Steven's avatar Steven

chore: update i18n

parent c1708df7
......@@ -42,7 +42,7 @@ const PreferencesSection = observer(() => {
</div>
<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} />
</div>
......
......@@ -310,6 +310,7 @@
"preference-section": {
"default-memo-sort-option": "Memo display time",
"default-memo-visibility": "Default memo visibility",
"apperance": "Appearance",
"theme": "Theme"
},
"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