diff options
author | Chocobozzz <me@florianbigard.com> | 2020-09-03 16:09:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-09-03 16:09:22 +0200 |
commit | d3bb7994feda8833791d3e609ad7ffdc87efdec6 (patch) | |
tree | 8a39e396b04ab04b51c7578cdb8f29b3d874ea9a /client/src/app/+videos | |
parent | 13230c6815619829ca8916925c357fea60de7700 (diff) | |
download | PeerTube-d3bb7994feda8833791d3e609ad7ffdc87efdec6.tar.gz PeerTube-d3bb7994feda8833791d3e609ad7ffdc87efdec6.tar.zst PeerTube-d3bb7994feda8833791d3e609ad7ffdc87efdec6.zip |
Improve report labels
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/comment/video-comment.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/comment/video-comment.component.ts b/client/src/app/+videos/+video-watch/comment/video-comment.component.ts index 2d8b9eefe..ac2a71aa6 100644 --- a/client/src/app/+videos/+video-watch/comment/video-comment.component.ts +++ b/client/src/app/+videos/+video-watch/comment/video-comment.component.ts | |||
@@ -168,7 +168,7 @@ export class VideoCommentComponent implements OnInit, OnChanges { | |||
168 | 168 | ||
169 | if (this.isReportableByUser()) { | 169 | if (this.isReportableByUser()) { |
170 | this.prependModerationActions.push({ | 170 | this.prependModerationActions.push({ |
171 | label: $localize`Report`, | 171 | label: $localize`Report this comment`, |
172 | iconName: 'flag', | 172 | iconName: 'flag', |
173 | handler: () => this.showReportModal() | 173 | handler: () => this.showReportModal() |
174 | }) | 174 | }) |