diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 396668d1ed..1594a98cec 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1105,6 +1105,7 @@ "manage_institution_managers": "", "manage_managers_subtext": "", "manage_newsletter": "", + "manage_overleaf_email_preferences": "", "manage_publisher_managers": "", "manage_sessions": "", "manage_subscription": "", diff --git a/services/web/frontend/js/features/settings/components/editor-settings/project-notifications-setting.tsx b/services/web/frontend/js/features/settings/components/editor-settings/project-notifications-setting.tsx index d15a327eee..439a1f6f98 100644 --- a/services/web/frontend/js/features/settings/components/editor-settings/project-notifications-setting.tsx +++ b/services/web/frontend/js/features/settings/components/editor-settings/project-notifications-setting.tsx @@ -4,6 +4,7 @@ import { NotificationLevel, useProjectNotificationPreferences, } from '../../hooks/use-project-notification-preferences' +import BetaBadgeIcon from '@/shared/components/beta-badge-icon' export default function ProjectNotificationsSetting() { const { t } = useTranslation() @@ -36,16 +37,32 @@ export default function ProjectNotificationsSetting() { value={isLoading ? undefined : notificationLevel} onChange={setNotificationLevel} /> -