From 19b7ebfaa822b12f6da25ad2ba10398b3ef25ec6 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 3 Dec 2020 13:13:46 +0100 Subject: refactor 404 page --- client/src/app/+my-account/my-account-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+my-account/my-account-routing.module.ts') diff --git a/client/src/app/+my-account/my-account-routing.module.ts b/client/src/app/+my-account/my-account-routing.module.ts index 226a4a7be..e2f8660fb 100644 --- a/client/src/app/+my-account/my-account-routing.module.ts +++ b/client/src/app/+my-account/my-account-routing.module.ts @@ -124,7 +124,7 @@ const myAccountRoutes: Routes = [ component: MyAccountApplicationsComponent, data: { meta: { - title: 'Applications' + title: $localize`Applications` } } } -- cgit v1.2.3