diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index 67f52ea0..4c0f0a48 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -285,7 +285,9 @@ const routes: RouteRecordRaw[] = [ meta: { requiresAuth: true, requiresAdmin: true, - title: 'Channel Management' + title: 'Channel Management', + titleKey: 'admin.channels.title', + descriptionKey: 'admin.channels.description' } }, {