From db23ee52dcb825461043311c82cdc51eaacb21d7 Mon Sep 17 00:00:00 2001 From: Florian Dewald Date: Fri, 24 Oct 2025 20:04:18 +0100 Subject: [PATCH] Move language key to storage related section --- web/src/components/Settings/StorageSection.tsx | 2 +- web/src/locales/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/Settings/StorageSection.tsx b/web/src/components/Settings/StorageSection.tsx index a8de39301..b0d086582 100644 --- a/web/src/components/Settings/StorageSection.tsx +++ b/web/src/components/Settings/StorageSection.tsx @@ -241,7 +241,7 @@ const StorageSection = observer(() => { )}
- {t("setting.memo-related-settings.use-thumbnails-for-s3-images")} + {t("setting.storage-section.use-thumbnails-for-s3-images")} diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 418184fbc..4a9b70fb3 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -316,8 +316,7 @@ "enable-memo-comments": "Enable memo comments", "enable-memo-location": "Enable memo location", "reactions": "Reactions", - "title": "Memo related settings", - "use-thumbnails-for-s3-images": "Generate and serve thumbnails for images stored in S3" + "title": "Memo related settings" }, "my-account": "My Account", "preference": "Preferences", @@ -388,6 +387,7 @@ "url-prefix-placeholder": "Custom URL prefix, optional", "url-suffix": "URL suffix", "url-suffix-placeholder": "Custom URL suffix, optional", + "use-thumbnails-for-s3-images": "Generate and serve thumbnails for images stored in S3", "warning-text": "Are you sure you want to delete storage service `{{name}}`? THIS ACTION IS IRREVERSIBLE" }, "system": "System",