diff --git a/web/projects/ui/src/app/routes/portal/routes/system/routes/startos-ui/startos-ui.component.ts b/web/projects/ui/src/app/routes/portal/routes/system/routes/startos-ui/startos-ui.component.ts index 32d0191f1..404733f2b 100644 --- a/web/projects/ui/src/app/routes/portal/routes/system/routes/startos-ui/startos-ui.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/system/routes/startos-ui/startos-ui.component.ts @@ -54,7 +54,7 @@ export default class StartOsUiComponent { private readonly i18n = inject(i18nPipe) readonly iface: T.ServiceInterface = { - id: '', + id: 'startos-ui', name: 'StartOS UI', description: this.i18n.transform( 'The web user interface for your StartOS server, accessible from any browser.',