diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add.component.ts b/client/src/app/+videos/+video-edit/video-add.component.ts index 1443c64af..a107ad123 100644 --- a/client/src/app/+videos/+video-edit/video-add.component.ts +++ b/client/src/app/+videos/+video-edit/video-add.component.ts | |||
@@ -82,7 +82,7 @@ export class VideoAddComponent implements OnInit, CanComponentDeactivate { | |||
82 | quotaLeft | 82 | quotaLeft |
83 | } | 83 | } |
84 | 84 | ||
85 | this.uploadMessages = await this.hooks.wrapObject(uploadMessages, 'common', 'filter:upload-page.alert-messages.edit.result') | 85 | this.uploadMessages = await this.hooks.wrapObject(uploadMessages, 'common', 'filter:upload.messages.create.result') |
86 | } | 86 | } |
87 | 87 | ||
88 | onNavChange (newActiveNav: string) { | 88 | onNavChange (newActiveNav: string) { |