diff --git a/NzbDrone.Web/Models/NotificationSettingsModel.cs b/NzbDrone.Web/Models/NotificationSettingsModel.cs index 02e7d25403..e85c3246a9 100644 --- a/NzbDrone.Web/Models/NotificationSettingsModel.cs +++ b/NzbDrone.Web/Models/NotificationSettingsModel.cs @@ -50,7 +50,7 @@ public class NotificationSettingsModel //SMTP [DisplayName("Enabled")] - [Description("Enable SMTP notifications?")] + [Description("Enable Email notifications?")] public bool SmtpEnabled { get; set; } [DisplayName("Notify on Grab")] diff --git a/NzbDrone.Web/Views/Settings/Notifications.cshtml b/NzbDrone.Web/Views/Settings/Notifications.cshtml index df8291b4a0..d750aa10d3 100644 --- a/NzbDrone.Web/Views/Settings/Notifications.cshtml +++ b/NzbDrone.Web/Views/Settings/Notifications.cshtml @@ -34,11 +34,8 @@ XBMC @{Html.RenderPartial("Xbmc", Model);}