From f6578bd535cfeec8e7aad4da9fe7e33e4a562e42 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 29 May 2011 23:19:13 -0700 Subject: [PATCH] QualityProfile name, max 15 characters (to keep the UI intact). Add series has the proper title now. --- NzbDrone.Web/Views/AddSeries/Add.cshtml | 2 +- NzbDrone.Web/Views/Settings/QualityProfileItem.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Web/Views/AddSeries/Add.cshtml b/NzbDrone.Web/Views/AddSeries/Add.cshtml index 0db77b131..87933d52a 100644 --- a/NzbDrone.Web/Views/AddSeries/Add.cshtml +++ b/NzbDrone.Web/Views/AddSeries/Add.cshtml @@ -3,7 +3,7 @@ @section TitleContent{ - Add Existing Series + Add Series } @section MainContent{ diff --git a/NzbDrone.Web/Views/Settings/QualityProfileItem.cshtml b/NzbDrone.Web/Views/Settings/QualityProfileItem.cshtml index 2d9451e76..f641a3a9d 100644 --- a/NzbDrone.Web/Views/Settings/QualityProfileItem.cshtml +++ b/NzbDrone.Web/Views/Settings/QualityProfileItem.cshtml @@ -35,7 +35,7 @@
@Html.LabelFor(x => x.Name)
-
@Html.TextBoxFor(x => x.Name, new { maxlength = 16 })
+
@Html.TextBoxFor(x => x.Name, new { maxlength = 15 })
@Html.ValidationMessageFor(x => x.Name)