Minor changes
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index 96f660a..3e8d2ca 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -193,6 +193,19 @@
 				},
 				{
 					"type": "doctype",
+					"name": "Topic"
+				},
+				{
+					"type": "doctype",
+					"name": "Room"
+				}
+			]
+		},
+		{
+			"label": _("Content Masters"),
+			"items": [
+				{
+					"type": "doctype",
 					"name": "Article"
 				},
 				{
@@ -202,10 +215,6 @@
 				{
 					"type": "doctype",
 					"name": "Quiz"
-				},
-				{
-					"type": "doctype",
-					"name": "Room"
 				}
 			]
 		},