File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) =>
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments