From 30d26082163f504a60d59a5d43d94a7ccb991ffd Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:47:58 +0100 Subject: [PATCH] Fix log file cleanup description --- public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index 304ee30c..bd9df935 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -1084,7 +1084,7 @@ "log_files": { "file_cleanup": { "title": "Log file cleanup", - "value": "Delete backups that are older than $t(global.date.value.label.day)" + "value": "Delete log files that are older than $t(global.date.value.label.day)" }, "file_size": { "description": "Example for possible values: 1 (bytes), 1KB (kilobytes), 1MB (megabytes), 1GB (gigabytes)",