Change "delete" to "delete this report"
authorMike <barbeque@users.noreply.github.com>
Thu, 18 Oct 2018 02:04:50 +0000 (20:04 -0600)
committerChocobozzz <me@florianbigard.com>
Thu, 18 Oct 2018 12:59:22 +0000 (14:59 +0200)
Closes #1295.

client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts

index 9837af586732c57d8bd53a7de7f539ec489d6138..188cbd7ac32a4eff92c6173eaf810b7e359f8a1a 100644 (file)
@@ -36,7 +36,7 @@ export class VideoAbuseListComponent extends RestTable implements OnInit {
 
     this.videoAbuseActions = [
       {
-        label: this.i18n('Delete'),
+        label: this.i18n('Delete this report'),
         handler: videoAbuse => this.removeVideoAbuse(videoAbuse)
       },
       {