From: Chocobozzz Date: Wed, 20 Feb 2019 14:54:58 +0000 (+0100) Subject: Video abuse notification is not only for local videos X-Git-Tag: v1.3.0-rc.1~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e17071bacc8a78c9145ba602113b1b52dd8fe7b;p=oweals%2Fpeertube.git Video abuse notification is not only for local videos --- 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 { 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'),