Reordered notification accordions.

Renamed SMTP to Email.
This commit is contained in:
kay.one 2012-02-26 17:54:55 -08:00
parent 318c1ef120
commit 16ea643340
3 changed files with 9 additions and 9 deletions

View file

@ -50,7 +50,7 @@ namespace NzbDrone.Web.Models
//SMTP
[DisplayName("Enabled")]
[Description("Enable SMTP notifications?")]
[Description("Enable Email notifications?")]
public bool SmtpEnabled { get; set; }
[DisplayName("Notify on Grab")]