diff --git a/web/src/components/Settings/SystemSection.tsx b/web/src/components/Settings/SystemSection.tsx index c2be02feb..e7da570e9 100644 --- a/web/src/components/Settings/SystemSection.tsx +++ b/web/src/components/Settings/SystemSection.tsx @@ -252,9 +252,14 @@ const SystemSection = () => {
{t("common.settings")}
diff --git a/web/src/locales/en.json b/web/src/locales/en.json index f9577ef59..c468d7663 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -256,6 +256,7 @@ "disable-public-memos": "Disable public memos", "max-upload-size": "Maximum upload size (MiB)", "max-upload-size-hint": "Recommended value is 32 MiB.", + "vacuum-hint": "Cleans up unused data.", "additional-style": "Additional style", "additional-script": "Additional script", "additional-style-placeholder": "Additional CSS code",