From 1a5cff26489d0c201f4bd8a4941413e60b3645f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Thu, 23 Jun 2022 17:11:19 +0300 Subject: [PATCH] RED-4150: Change the description for cleanup options --- .../system-preferences-form.component.ts | 2 +- apps/red-ui/src/assets/i18n/en.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)",