fix: updated app name in workspace and desktop

This commit is contained in:
Jannat Patel
2026-02-23 12:35:13 +05:30
parent b77c4867e1
commit 90151be166
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from . import __version__ as app_version
app_name = "frappe_lms"
app_title = "Learning"
app_publisher = "Frappe"
app_description = "Frappe LMS App"
app_description = "Open Source Learning Management System built with Frappe Framework"
app_icon_url = "/assets/lms/images/lms-logo.png"
app_icon_title = "Learning"
app_color = "grey"