diff --git a/apps/red-ui/src/app/modules/admin/screens/general-config/system-preferences-form/system-preferences-form.component.ts b/apps/red-ui/src/app/modules/admin/screens/general-config/system-preferences-form/system-preferences-form.component.ts index 399199ad0..f14eac539 100644 --- a/apps/red-ui/src/app/modules/admin/screens/general-config/system-preferences-form/system-preferences-form.component.ts +++ b/apps/red-ui/src/app/modules/admin/screens/general-config/system-preferences-form/system-preferences-form.component.ts @@ -17,8 +17,8 @@ export class SystemPreferencesFormComponent extends BaseFormComponent { readonly translations = systemPreferencesTranslations; readonly keys: { name: KeysOf; type: ValueType }[] = [ { name: 'softDeleteCleanupTime', type: 'number' }, - { name: 'downloadCleanupDownloadFilesHours', type: 'number' }, { name: 'downloadCleanupNotDownloadFilesHours', type: 'number' }, + { name: 'downloadCleanupDownloadFilesHours', type: 'number' }, ]; private _initialConfiguration: SystemPreferences; diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index c80ca3363..98ddffb2f 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -1458,9 +1458,9 @@ "subtitle": "SMTP (Simple Mail Transfer Protocol) enables you to send your emails through the specified server settings.", "system-preferences": { "labels": { - "download-cleanup-download-files-hours": "Deletion time (hours) for download packages that have been generated and downloaded", - "download-cleanup-not-download-files-hours": "Deletion time (hours) for download packages that have been generated but not yet downloaded", - "soft-delete-cleanup-time": "Deletion time (hours) for deleted files in Trash" + "download-cleanup-download-files-hours": "Delete downloaded packages automatically after X hours", + "download-cleanup-not-download-files-hours": "Keep the generated download package for X hours", + "soft-delete-cleanup-time": "Keep deleted files for X hours in trash" }, "placeholders": { "download-cleanup-download-files-hours": "(hours)",