Video abuse notification is not only for local videos
authorChocobozzz <me@florianbigard.com>
Wed, 20 Feb 2019 14:54:58 +0000 (15:54 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 20 Feb 2019 14:54:58 +0000 (15:54 +0100)
client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts

index 519bdfab4fb8055c567de22012b8d22c401bc6a9..8d4f2c83719912cd1f9c03a732762a73cad216dd 100644 (file)
@@ -34,7 +34,7 @@ export class MyAccountNotificationPreferencesComponent implements OnInit {
     this.labelNotifications = {
       newVideoFromSubscription: this.i18n('New video from your subscriptions'),
       newCommentOnMyVideo: this.i18n('New comment on your video'),
-      videoAbuseAsModerator: this.i18n('New video abuse on local video'),
+      videoAbuseAsModerator: this.i18n('New video abuse'),
       blacklistOnMyVideo: this.i18n('One of your video is blacklisted/unblacklisted'),
       myVideoPublished: this.i18n('Video published (after transcoding/scheduled update)'),
       myVideoImportFinished: this.i18n('Video import finished'),