]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts-routing.module.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts-routing.module.ts
index 45b24eb55e49ee43da1bc3740253476c670d7d2c..d2ca784b0378df441d0bbbadb4e753c3f34744d8 100644 (file)
@@ -26,7 +26,7 @@ const accountsRoutes: Routes = [
         component: AccountVideosComponent,
         data: {
           meta: {
-            title: 'Account videos'
+            title: $localize`Account videos`
           },
           reuse: {
             enabled: true,
@@ -39,7 +39,7 @@ const accountsRoutes: Routes = [
         component: AccountVideoChannelsComponent,
         data: {
           meta: {
-            title: 'Account video channels'
+            title: $localize`Account video channels`
           }
         }
       },
@@ -48,7 +48,7 @@ const accountsRoutes: Routes = [
         component: AccountAboutComponent,
         data: {
           meta: {
-            title: 'About account'
+            title: $localize`About account`
           }
         }
       }