chore: update info & i18n

This commit is contained in:
wonfen
2024-11-14 03:01:37 +08:00
parent 867c83b84c
commit d0f907f349
6 changed files with 31 additions and 22 deletions

View File

@@ -244,6 +244,12 @@ const SettingVerge = ({ onError }: Props) => {
<SettingItem
onClick={() => backupRef.current?.open()}
label={t("Backup Setting")}
extra={
<TooltipIcon
title={t("Backup Setting Info")}
sx={{ opacity: "0.7" }}
/>
}
/>
<SettingItem