diff --git a/web/src/app/components/nav-bar/nav-bar.component.spec.ts b/web/src/app/components/nav-bar/nav-bar.component.spec.ts index 4eb10007e..e277b03fe 100644 --- a/web/src/app/components/nav-bar/nav-bar.component.spec.ts +++ b/web/src/app/components/nav-bar/nav-bar.component.spec.ts @@ -51,7 +51,7 @@ describe('NavBarComponent', () => { expect(component).toBeTruthy(); }); - it(`should have as title 'Taskana administration'`, (() => { - expect(navBar.title).toEqual('Taskana administration'); + it(`should have as title 'Administration'`, (() => { + expect(navBar.title).toEqual('Administration'); })); });