From c663955b259d356806c7b79b535fd5cfaeaf2b5e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 9 May 2018 15:35:55 +0200 Subject: [PATCH] Route: Video edit -> video update --- .../my-account-videos/my-account-videos.component.html | 2 +- client/src/app/videos/+video-watch/video-watch.component.html | 2 +- client/src/app/videos/videos-routing.module.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html index 66ce3a77b..a31cb0c3d 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html @@ -38,7 +38,7 @@
- +
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 990b9400d..212bfdd8c 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -83,7 +83,7 @@
  • - + Update
  • diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 561137b70..572f33d5e 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts @@ -64,7 +64,7 @@ const videosRoutes: Routes = [ } }, { - path: 'edit/:uuid', + path: 'update/:uuid', loadChildren: 'app/videos/+video-edit/video-update.module#VideoUpdateModule', data: { meta: {