aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+verify-account
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-20 10:56:32 +0200
committerChocobozzz <me@florianbigard.com>2022-06-20 10:56:32 +0200
commit0cc85266a4a872122052dcc51f7d3385a52f1b41 (patch)
tree1950f13e669a93b6c9c7c9c77fb714e7591bb6ad /client/src/app/+signup/+verify-account
parent714e33a7428b71ef98129ce85a4bd64140bcd912 (diff)
downloadPeerTube-0cc85266a4a872122052dcc51f7d3385a52f1b41.tar.gz
PeerTube-0cc85266a4a872122052dcc51f7d3385a52f1b41.tar.zst
PeerTube-0cc85266a4a872122052dcc51f7d3385a52f1b41.zip
Fix typo
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 }