]> 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 c9ac67e4c5c7e18a8264661cf64c4d424df16141..67c80ae9337a5d3a71cc950c036c05c1c11b246c 100644 (file)
@@ -14,7 +14,7 @@ const verifyAccountRoutes: Routes = [
         component: VerifyAccountEmailComponent,
         data: {
           meta: {
-            title: $localize`Verify account email`
+            title: $localize`Verify account via email`
           }
         }
       },
@@ -23,7 +23,7 @@ const verifyAccountRoutes: Routes = [
         component: VerifyAccountAskSendEmailComponent,
         data: {
           meta: {
-            title: $localize`Verify account ask send email`
+            title: $localize`Ask to send an email to verify you account`
           }
         }
       }