diff --git a/web/src/components/SettingDialog.tsx b/web/src/components/SettingDialog.tsx index 393515c1..e9da0b2d 100644 --- a/web/src/components/SettingDialog.tsx +++ b/web/src/components/SettingDialog.tsx @@ -66,7 +66,7 @@ const SettingDialog: React.FC = (props: Props) => { onClick={() => handleSectionSelectorItemClick("system")} className={`section-item ${state.selectedSection === "system" ? "selected" : ""}`} > - 🧑‍🔧 System + 🧑‍🔧 {t("setting.system")} diff --git a/web/src/components/Settings/SystemSection.tsx b/web/src/components/Settings/SystemSection.tsx index 4140015b..fd8bd205 100644 --- a/web/src/components/Settings/SystemSection.tsx +++ b/web/src/components/Settings/SystemSection.tsx @@ -97,17 +97,17 @@ const SystemSection = () => {

{t("common.basic")}

- Database File Size: {formatBytes(state.dbSize)} + {t("setting.system-section.database-file-size")}: {formatBytes(state.dbSize)}

{t("sidebar.setting")}

- Additional style + {t("setting.system-section.additional-style")}