RED-4150: Change the description for cleanup options
This commit is contained in:
parent
1019225b7f
commit
1a5cff2648
@ -17,8 +17,8 @@ export class SystemPreferencesFormComponent extends BaseFormComponent {
|
||||
readonly translations = systemPreferencesTranslations;
|
||||
readonly keys: { name: KeysOf<SystemPreferences>; type: ValueType }[] = [
|
||||
{ name: 'softDeleteCleanupTime', type: 'number' },
|
||||
{ name: 'downloadCleanupDownloadFilesHours', type: 'number' },
|
||||
{ name: 'downloadCleanupNotDownloadFilesHours', type: 'number' },
|
||||
{ name: 'downloadCleanupDownloadFilesHours', type: 'number' },
|
||||
];
|
||||
private _initialConfiguration: SystemPreferences;
|
||||
|
||||
|
||||
@ -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)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user