diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts index 9837af586..188cbd7ac 100644 --- a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts +++ b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts | |||
@@ -36,7 +36,7 @@ export class VideoAbuseListComponent extends RestTable implements OnInit { | |||
36 | 36 | ||
37 | this.videoAbuseActions = [ | 37 | this.videoAbuseActions = [ |
38 | { | 38 | { |
39 | label: this.i18n('Delete'), | 39 | label: this.i18n('Delete this report'), |
40 | handler: videoAbuse => this.removeVideoAbuse(videoAbuse) | 40 | handler: videoAbuse => this.removeVideoAbuse(videoAbuse) |
41 | }, | 41 | }, |
42 | { | 42 | { |