X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-settings%2Fmy-account-notification-preferences%2Fmy-account-notification-preferences.component.ts;h=769ab647a66a58d5c935c88b57ae4e906a6b4ab2;hb=cb0eda5602a21d1626a7face32de6153ed07b5f9;hp=09da979ab4d404b4beb909164bd08ae9bcbb635b;hpb=251f4eb8b0d1034070285d753ac2f0b5753d2896;p=github%2FChocobozzz%2FPeerTube.git 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 09da979ab..769ab647a 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 @@ -37,14 +37,15 @@ export class MyAccountNotificationPreferencesComponent implements OnInit { myVideoPublished: $localize`Video published (after transcoding/scheduled update)`, myVideoImportFinished: $localize`Video import finished`, newUserRegistration: $localize`A new user registered on your instance`, - newFollow: $localize`You or your channel(s) has a new follower`, + newFollow: $localize`You or one of your channels has a new follower`, commentMention: $localize`Someone mentioned you in video comments`, newInstanceFollower: $localize`Your instance has a new follower`, autoInstanceFollowing: $localize`Your instance automatically followed another instance`, abuseNewMessage: $localize`An abuse report received a new message`, abuseStateChange: $localize`One of your abuse reports has been accepted or rejected by moderators`, newPeerTubeVersion: $localize`A new PeerTube version is available`, - newPluginVersion: $localize`One of your plugin/theme has a new available version` + newPluginVersion: $localize`One of your plugin/theme has a new available version`, + myVideoStudioEditionFinished: $localize`Video studio edition has finished` } this.notificationSettingGroups = [ { @@ -62,7 +63,8 @@ export class MyAccountNotificationPreferencesComponent implements OnInit { 'newCommentOnMyVideo', 'blacklistOnMyVideo', 'myVideoPublished', - 'myVideoImportFinished' + 'myVideoImportFinished', + 'myVideoStudioEditionFinished' ] },