]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/videos-routing.module.ts
Change video spinner
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos-routing.module.ts
index 225b6b018abc02bfb50dbf627b2d9f7069846cfe..d3869748bb42554ceedd0ab75f86a59f00473fa6 100644 (file)
@@ -22,11 +22,11 @@ const videosRoutes: Routes = [
         }
       },
       {
-        path: 'add',
+        path: 'upload',
         loadChildren: 'app/videos/+video-edit#VideoAddModule',
         data: {
           meta: {
-            title: 'Add a video'
+            title: 'Upload a video'
           }
         }
       },