Skip to content

Commit adfdcaa

Browse files
committed
Move language key to storage related section
1 parent 7dfecf6 commit adfdcaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/src/components/Settings/StorageSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const StorageSection = observer(() => {
241241
</>
242242
)}
243243
<div className="w-full flex flex-row justify-between items-center">
244-
<span>{t("setting.memo-related-settings.use-thumbnails-for-s3-images")}</span>
244+
<span>{t("setting.storage-section.use-thumbnails-for-s3-images")}</span>
245245
<Switch
246246
checked={workspaceStorageSetting.useThumbnailsForS3Images}
247247
onCheckedChange={(checked) =>

web/src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,7 @@
316316
"enable-memo-comments": "Enable memo comments",
317317
"enable-memo-location": "Enable memo location",
318318
"reactions": "Reactions",
319-
"title": "Memo related settings",
320-
"use-thumbnails-for-s3-images": "Generate and serve thumbnails for images stored in S3"
319+
"title": "Memo related settings"
321320
},
322321
"my-account": "My Account",
323322
"preference": "Preferences",
@@ -388,6 +387,7 @@
388387
"url-prefix-placeholder": "Custom URL prefix, optional",
389388
"url-suffix": "URL suffix",
390389
"url-suffix-placeholder": "Custom URL suffix, optional",
390+
"use-thumbnails-for-s3-images": "Generate and serve thumbnails for images stored in S3",
391391
"warning-text": "Are you sure you want to delete storage service `{{name}}`? THIS ACTION IS IRREVERSIBLE"
392392
},
393393
"system": "System",

0 commit comments

Comments
 (0)