]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+verify-account/verify-account-routing.module.ts
Improve playlist add dropdown ux
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +verify-account / verify-account-routing.module.ts
index 16d5fe0d0a1a33db2139a39f79da0c5ddd300fd3..67c80ae9337a5d3a71cc950c036c05c1c11b246c 100644 (file)
@@ -14,7 +14,7 @@ const verifyAccountRoutes: Routes = [
         component: VerifyAccountEmailComponent,
         data: {
           meta: {
-            title: 'Verify account email'
+            title: $localize`Verify account via email`
           }
         }
       },
@@ -23,7 +23,7 @@ const verifyAccountRoutes: Routes = [
         component: VerifyAccountAskSendEmailComponent,
         data: {
           meta: {
-            title: 'Verify account ask send email'
+            title: $localize`Ask to send an email to verify you account`
           }
         }
       }