mirror of https://github.com/Chocobozzz/PeerTube
parent
e9683f850d
commit
5aa4a3dd05
|
@ -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)
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue