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