aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-20 15:54:58 +0100
committerChocobozzz <me@florianbigard.com>2019-02-20 15:54:58 +0100
commit1e17071bacc8a78c9145ba602113b1b52dd8fe7b (patch)
treeefcb20b9636c902841b26b1d5361928253c57b98
parentdee77e767f27b6749a334451a8f1aa25872a6a0b (diff)
downloadPeerTube-1e17071bacc8a78c9145ba602113b1b52dd8fe7b.tar.gz
PeerTube-1e17071bacc8a78c9145ba602113b1b52dd8fe7b.tar.zst
PeerTube-1e17071bacc8a78c9145ba602113b1b52dd8fe7b.zip
Video abuse notification is not only for local videos
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
index 519bdfab4..8d4f2c837 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
+++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
@@ -34,7 +34,7 @@ export class MyAccountNotificationPreferencesComponent implements OnInit {
34 this.labelNotifications = { 34 this.labelNotifications = {
35 newVideoFromSubscription: this.i18n('New video from your subscriptions'), 35 newVideoFromSubscription: this.i18n('New video from your subscriptions'),
36 newCommentOnMyVideo: this.i18n('New comment on your video'), 36 newCommentOnMyVideo: this.i18n('New comment on your video'),
37 videoAbuseAsModerator: this.i18n('New video abuse on local video'), 37 videoAbuseAsModerator: this.i18n('New video abuse'),
38 blacklistOnMyVideo: this.i18n('One of your video is blacklisted/unblacklisted'), 38 blacklistOnMyVideo: this.i18n('One of your video is blacklisted/unblacklisted'),
39 myVideoPublished: this.i18n('Video published (after transcoding/scheduled update)'), 39 myVideoPublished: this.i18n('Video published (after transcoding/scheduled update)'),
40 myVideoImportFinished: this.i18n('Video import finished'), 40 myVideoImportFinished: this.i18n('Video import finished'),