Fixes to Module Views
diff --git a/erpnext/config/support.py b/erpnext/config/support.py
index 0914320..0b6e843 100644
--- a/erpnext/config/support.py
+++ b/erpnext/config/support.py
@@ -48,7 +48,8 @@
 		"items": [
 			{
 				"type": "doctype",
-				"name": "Support Email Settings",
+				"name": "Email Settings",
+				"label": _("Support Email Settings"),
 				"description": _("Setup incoming server for support email id. (e.g. support@example.com)")
 			},
 		]