fix: rename instructor role to course creator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.rename_doc("Role", "Instructor", "Course Creator")
|
||||
Reference in New Issue
Block a user