From 1808a1f8e4b7b102823492a2007a46929aebf189 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Mar 2022 14:35:04 +0100 Subject: Add video edition finished notification --- .../my-account-notification-preferences.component.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/src/app/+my-account/my-account-settings') 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..187a3818a 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 @@ -44,7 +44,8 @@ export class MyAccountNotificationPreferencesComponent implements OnInit { 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`, + myVideoEditionFinished: $localize`Video edition finished` } this.notificationSettingGroups = [ { @@ -62,7 +63,8 @@ export class MyAccountNotificationPreferencesComponent implements OnInit { 'newCommentOnMyVideo', 'blacklistOnMyVideo', 'myVideoPublished', - 'myVideoImportFinished' + 'myVideoImportFinished', + 'myVideoEditionFinished' ] }, -- cgit v1.2.3