From b13e81e43fca864fc0b3d17973dea9fb4b97aae5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Feb 2024 16:26:19 +0100 Subject: [PATCH] Moderators can approve registrations --- .../my-account-notification-preferences.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 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 82dd8d6e5..3e599b42c 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 @@ -75,14 +75,14 @@ export class MyAccountNotificationPreferencesComponent implements OnInit { 'abuseStateChange', 'abuseNewMessage', 'abuseAsModerator', - 'videoAutoBlacklistAsModerator' + 'videoAutoBlacklistAsModerator', + 'newUserRegistration' ] }, { label: $localize`Administration`, keys: [ - 'newUserRegistration', 'newInstanceFollower', 'autoInstanceFollowing', 'newPeerTubeVersion',