From d3bb7994feda8833791d3e609ad7ffdc87efdec6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 3 Sep 2020 16:09:22 +0200 Subject: Improve report labels --- client/src/app/+videos/+video-watch/comment/video-comment.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+videos/+video-watch/comment') 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 { if (this.isReportableByUser()) { this.prependModerationActions.push({ - label: $localize`Report`, + label: $localize`Report this comment`, iconName: 'flag', handler: () => this.showReportModal() }) -- cgit v1.2.3