Video abuse notification is not only for local videos

pull/1697/head
Chocobozzz 2019-02-20 15:54:58 +01:00
parent dee77e767f
commit 1e17071bac
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View 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'),