X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Breset-password%2Freset-password-routing.module.ts;h=7f1ba2f68668fb670efe08d1fb460680b933d453;hb=c76ecc3ff746d78519404db4c525fd024f9a51c0;hp=31bc08709b4b20195a8fef9f5c053cef50234939;hpb=1942f11d5ee6926ad93dc1b79fae18325ba5de18;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+reset-password/reset-password-routing.module.ts b/client/src/app/+reset-password/reset-password-routing.module.ts index 31bc08709..7f1ba2f68 100644 --- a/client/src/app/+reset-password/reset-password-routing.module.ts +++ b/client/src/app/+reset-password/reset-password-routing.module.ts @@ -10,7 +10,7 @@ const resetPasswordRoutes: Routes = [ canActivate: [ MetaGuard ], data: { meta: { - title: 'Reset password' + title: `Reset password` } } }