We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9cb9b commit 2c92226Copy full SHA for 2c92226
1 file changed
frontend/src/views/toolbox/clean/index.vue
@@ -559,6 +559,7 @@ function load18n(label: string) {
559
case 'download_directory':
560
return i18n.global.t('clean.directory');
561
case 'system_log':
562
+ return i18n.global.t('logs.system');
563
case 'tmp_backup_log':
564
return i18n.global.t('clean.systemLog');
565
case 'script':
0 commit comments