diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index da7c50b82..77cbe7ba4 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -2,7 +2,7 @@ @{ViewBag.Title = "History";} @section ActionMenu{ } diff --git a/NzbDrone.Web/Views/Settings/Misc.cshtml b/NzbDrone.Web/Views/Settings/Misc.cshtml index 77e573e63..ee1f0da08 100644 --- a/NzbDrone.Web/Views/Settings/Misc.cshtml +++ b/NzbDrone.Web/Views/Settings/Misc.cshtml @@ -1,6 +1,11 @@ @using NzbDrone.Web.Helpers @model NzbDrone.Web.Models.MiscSettingsModel @{ Layout = null; } + +
+ Enabling Backlog searching will use lots of bandwidth, not recommended when using block accounts or you have bandwidth restrictions +
+
@using (Html.BeginForm("SaveMisc", "Settings", FormMethod.Post, new { id = "MiscForm", name = "MiscForm", @class = "settingsForm" })) {