From 41130b4ce3b925170b03d9d94c46691be66ecf51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 29 Jul 2020 13:46:52 +0200 Subject: Fix tests --- .../my-account-notification-preferences.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences') 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 { newFollow: this.i18n('You or your channel(s) has a new follower'), commentMention: this.i18n('Someone mentioned you in video comments'), newInstanceFollower: this.i18n('Your instance has a new follower'), - autoInstanceFollowing: this.i18n('Your instance auto followed another instance'), - abuseNewMessage: this.i18n('An abuse received a new message'), - abuseStateChange: this.i18n('One of your abuse has been accepted or rejected by moderators') + autoInstanceFollowing: this.i18n('Your instance automatically followed another instance'), + abuseNewMessage: this.i18n('An abuse report received a new message'), + abuseStateChange: this.i18n('One of your abuse reports has been accepted or rejected by moderators') } this.notificationSettingKeys = Object.keys(this.labelNotifications) as (keyof UserNotificationSetting)[] -- cgit v1.2.3