aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-25 11:41:10 +0200
committerChocobozzz <me@florianbigard.com>2021-08-25 11:41:10 +0200
commit59c8902a57991be29f0aacac1642389fb770c6ed (patch)
tree7db1de03629108899bbbb9a3392d40951344b80a /client/src
parent4e1592daa41f81667f914f37d36795e8c6c046c3 (diff)
downloadPeerTube-59c8902a57991be29f0aacac1642389fb770c6ed.tar.gz
PeerTube-59c8902a57991be29f0aacac1642389fb770c6ed.tar.zst
PeerTube-59c8902a57991be29f0aacac1642389fb770c6ed.zip
Update upload message filter hook name
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/+videos/+video-edit/video-add.component.ts2
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) {