aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs
diff options
context:
space:
mode:
authorferferga <ferferga.fer@gmail.com>2020-03-26 21:40:41 +0100
committerferferga <ferferga.fer@gmail.com>2020-03-26 21:40:41 +0100
commit105fc3dc29d389e108d2a8a9e0842694e3e1bd63 (patch)
treec0d343a59f8c95207670219e52792cb205dfa81a /Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs
parentd0b3dc1485ddffe14fcd5370e0544648809eaf91 (diff)
Apply suggestions
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs')
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs
index e9306ea68..1c3cefbce 100644
--- a/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteLogFileTask.cs
@@ -85,7 +85,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
public string Description => string.Format(_localization.GetLocalizedString("TaskCleanLogsDescription"), ConfigurationManager.CommonConfiguration.LogFileRetentionDays);
- public string Category => _localization.GetLocalizedString("TasksMaintenance");
+ public string Category => _localization.GetLocalizedString("TasksCategoryMaintenance");
public string Key => "CleanLogFiles";