diff options
author | Mike <barbeque@users.noreply.github.com> | 2018-10-17 20:04:50 -0600 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-18 14:59:22 +0200 |
commit | 5aa4a3dd05486a3c4910ffea888e5fae190bb53d (patch) | |
tree | f5fd6c0916206a53be15b9a5635dfff582c13174 /client | |
parent | e9683f850db6e21f12ec0ed330129ac5479d4359 (diff) | |
download | PeerTube-5aa4a3dd05486a3c4910ffea888e5fae190bb53d.tar.gz PeerTube-5aa4a3dd05486a3c4910ffea888e5fae190bb53d.tar.zst PeerTube-5aa4a3dd05486a3c4910ffea888e5fae190bb53d.zip |
Change "delete" to "delete this report"
Closes #1295.
Diffstat (limited to 'client')
-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 | { |