1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
@@ -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")]