Change "delete" to "delete this report"

Closes #1295.
pull/1306/head
Mike 2018-10-17 20:04:50 -06:00 committed by Chocobozzz
parent e9683f850d
commit 5aa4a3dd05
1 changed files with 1 additions and 1 deletions

View 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)
},
{