+
{{ __('This course has:') }}
diff --git a/frontend/src/components/Sidebar/Apps.vue b/frontend/src/components/Sidebar/Apps.vue
index 35ef2ae6..3e2e8545 100644
--- a/frontend/src/components/Sidebar/Apps.vue
+++ b/frontend/src/components/Sidebar/Apps.vue
@@ -48,7 +48,7 @@ const apps = createResource({
name: 'frappe',
logo: '/assets/lms/images/desk.png',
title: __('Desk'),
- route: '/desk/lms',
+ route: '/desk/learning',
},
]
data.map((app) => {
diff --git a/frontend/src/pages/Courses/CourseForm.vue b/frontend/src/pages/Courses/CourseForm.vue
index cd89ae5c..27446e98 100644
--- a/frontend/src/pages/Courses/CourseForm.vue
+++ b/frontend/src/pages/Courses/CourseForm.vue
@@ -164,7 +164,7 @@
:label="__('Preview Video')"
:placeholder="
__(
- 'Paste the youtube link of a short video introducing the course'
+ 'Paste a YouTube link of a short video introducing the course'
)
"
@input="makeFormDirty()"
diff --git a/lms/workspace_sidebar/lms.json b/lms/workspace_sidebar/lms.json
new file mode 100644
index 00000000..85be264c
--- /dev/null
+++ b/lms/workspace_sidebar/lms.json
@@ -0,0 +1,116 @@
+{
+ "app": "lms",
+ "creation": "2025-11-24 14:35:18.461657",
+ "docstatus": 0,
+ "doctype": "Workspace Sidebar",
+ "header_icon": "education",
+ "idx": 0,
+ "items": [
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Home",
+ "link_to": "Learning",
+ "link_type": "Workspace",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Users",
+ "link_to": "User",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Course",
+ "link_to": "LMS Course",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Enrollments",
+ "link_to": "LMS Enrollment",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Batch",
+ "link_to": "LMS Batch",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Batch Enrollment",
+ "link_to": "LMS Batch Enrollment",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Evaluation Request",
+ "link_to": "LMS Certificate Request",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Evaluation",
+ "link_to": "LMS Certificate Evaluation",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ },
+ {
+ "child": 0,
+ "collapsible": 1,
+ "indent": 0,
+ "keep_closed": 0,
+ "label": "Certificate",
+ "link_to": "LMS Certificate",
+ "link_type": "DocType",
+ "show_arrow": 0,
+ "type": "Link"
+ }
+ ],
+ "modified": "2026-03-02 13:07:37.040316",
+ "modified_by": "sayali@frappe.io",
+ "module": "LMS",
+ "name": "LMS",
+ "owner": "Administrator",
+ "standard": 1,
+ "title": "LMS"
+}