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