aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+verify-account
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+signup/+verify-account')
-rw-r--r--client/src/app/+signup/+verify-account/verify-account-routing.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/+verify-account/verify-account-routing.module.ts b/client/src/app/+signup/+verify-account/verify-account-routing.module.ts
index 1bc636345..d53a5ed78 100644
--- a/client/src/app/+signup/+verify-account/verify-account-routing.module.ts
+++ b/client/src/app/+signup/+verify-account/verify-account-routing.module.ts
@@ -21,7 +21,7 @@ const verifyAccountRoutes: Routes = [
21 component: VerifyAccountAskSendEmailComponent, 21 component: VerifyAccountAskSendEmailComponent,
22 data: { 22 data: {
23 meta: { 23 meta: {
24 title: $localize`Ask to send an email to verify you account` 24 title: $localize`Ask to send an email to verify your account`
25 } 25 }
26 } 26 }
27 } 27 }