From ccdfddb052c0133794f933396fe37f013bc6d8b7 Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Mon, 14 Oct 2024 15:28:32 -0500 Subject: [PATCH] Integrate changes to translations. --- apps/web/src/app/oss-routing.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/oss-routing.module.ts b/apps/web/src/app/oss-routing.module.ts index d7bf72a2db..f8ce3d2596 100644 --- a/apps/web/src/app/oss-routing.module.ts +++ b/apps/web/src/app/oss-routing.module.ts @@ -204,7 +204,9 @@ const routes: Routes = [ path: "login", canActivate: [unauthGuardFn()], data: { - pageTitle: "logInToBitwarden", + pageTitle: { + key: "logInToBitwarden", + }, } satisfies RouteDataProperties & AnonLayoutWrapperData, children: [ {