X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fshared%2Fcomment%2Fvideo-comment-add.component.ts;h=9f4a68736b768bc1631794ded4c207e777a0d03c;hb=0d6843decdaecb4f726cba27fdb55fc164d00ba7;hp=fd36142974024cd1ef81efa5e99d83ef36e1f64b;hpb=88edc66edadcab1b0372679e23bf2a7a6ff50131;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts index fd3614297..9f4a68736 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts @@ -148,7 +148,7 @@ export class VideoCommentAddComponent extends FormReactive implements OnChanges, error: err => { this.addingComment = false - this.notifier.error(err.text) + this.notifier.error(err.message) } }) }