mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Minor spelling mistake..
This commit is contained in:
@@ -9,7 +9,7 @@ namespace NzbDrone.Web.Models
|
|||||||
public class MiscSettingsModel
|
public class MiscSettingsModel
|
||||||
{
|
{
|
||||||
[DisplayName("Enable Backlog Searching")]
|
[DisplayName("Enable Backlog Searching")]
|
||||||
[Description("Should NzbDrone try tp download missing episodes automatically?")]
|
[Description("Should NzbDrone try to download missing episodes automatically?")]
|
||||||
public bool EnableBacklogSearching { get; set; }
|
public bool EnableBacklogSearching { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user