mirror of
https://github.com/frappe/lms.git
synced 2026-04-28 03:29:26 +03:00
fix: made programs breadcrumb translatable
This commit is contained in:
@@ -217,7 +217,7 @@ const canCreateProgram = () => {
|
||||
|
||||
const breadbrumbs = computed(() => [
|
||||
{
|
||||
label: 'Programs',
|
||||
label: __('Programs'),
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user