diff --git a/NzbDrone.Core/Notifications/Smtp/Smtp.cs b/NzbDrone.Core/Notifications/Smtp/Smtp.cs
index 104c9bc21..04ba117a4 100644
--- a/NzbDrone.Core/Notifications/Smtp/Smtp.cs
+++ b/NzbDrone.Core/Notifications/Smtp/Smtp.cs
@@ -16,7 +16,7 @@ namespace NzbDrone.Core.Notifications.Smtp
public override string Name
{
- get { return "SMTP"; }
+ get { return "Email"; }
}
public override void OnGrab(string message)
diff --git a/UI/Index.html b/UI/Index.html
index fdd5f8923..0e2a5ab8e 100644
--- a/UI/Index.html
+++ b/UI/Index.html
@@ -19,6 +19,7 @@
+
diff --git a/UI/Settings/Notifications/AddItemTemplate.html b/UI/Settings/Notifications/AddItemTemplate.html
index 2097e9a9b..057f17b6a 100644
--- a/UI/Settings/Notifications/AddItemTemplate.html
+++ b/UI/Settings/Notifications/AddItemTemplate.html
@@ -1 +1,7 @@
-{{name}}
\ No newline at end of file
+
+
+
+ {{name}}
+
+
+
\ No newline at end of file
diff --git a/UI/Settings/Notifications/AddTemplate.html b/UI/Settings/Notifications/AddTemplate.html
index 058598b78..621e83d85 100644
--- a/UI/Settings/Notifications/AddTemplate.html
+++ b/UI/Settings/Notifications/AddTemplate.html
@@ -3,8 +3,8 @@