aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-notification-preferences
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-29 13:46:52 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-31 11:35:19 +0200
commit41130b4ce3b925170b03d9d94c46691be66ecf51 (patch)
treea365b72a671d4459b8cd08be89c744988d0a84e9 /client/src/app/+my-account/my-account-settings/my-account-notification-preferences
parent668b7f096ead74d6e7692944a026c936f581dae8 (diff)
downloadPeerTube-41130b4ce3b925170b03d9d94c46691be66ecf51.tar.gz
PeerTube-41130b4ce3b925170b03d9d94c46691be66ecf51.tar.zst
PeerTube-41130b4ce3b925170b03d9d94c46691be66ecf51.zip
Fix tests
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts6
1 files changed, 3 insertions, 3 deletions
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 89a04c078..b892ab479 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
@@ -42,9 +42,9 @@ export class MyAccountNotificationPreferencesComponent implements OnInit {
42 newFollow: this.i18n('You or your channel(s) has a new follower'), 42 newFollow: this.i18n('You or your channel(s) has a new follower'),
43 commentMention: this.i18n('Someone mentioned you in video comments'), 43 commentMention: this.i18n('Someone mentioned you in video comments'),
44 newInstanceFollower: this.i18n('Your instance has a new follower'), 44 newInstanceFollower: this.i18n('Your instance has a new follower'),
45 autoInstanceFollowing: this.i18n('Your instance auto followed another instance'), 45 autoInstanceFollowing: this.i18n('Your instance automatically followed another instance'),
46 abuseNewMessage: this.i18n('An abuse received a new message'), 46 abuseNewMessage: this.i18n('An abuse report received a new message'),
47 abuseStateChange: this.i18n('One of your abuse has been accepted or rejected by moderators') 47 abuseStateChange: this.i18n('One of your abuse reports has been accepted or rejected by moderators')
48 } 48 }
49 this.notificationSettingKeys = Object.keys(this.labelNotifications) as (keyof UserNotificationSetting)[] 49 this.notificationSettingKeys = Object.keys(this.labelNotifications) as (keyof UserNotificationSetting)[]
50 50