diff --git a/src/components/common/CookieAndTermBanner/index.tsx b/src/components/common/CookieAndTermBanner/index.tsx index b770bc6c8..c0a7a7424 100644 --- a/src/components/common/CookieAndTermBanner/index.tsx +++ b/src/components/common/CookieAndTermBanner/index.tsx @@ -22,7 +22,7 @@ import { AppRoutes } from '@/config/routes' const COOKIE_AND_TERM_WARNING: Record = { [CookieAndTermType.TERMS]: '', [CookieAndTermType.NECESSARY]: '', - [CookieAndTermType.UPDATES]: `You attempted to open the "What's new" section but need to accept the "Beamer" cookies first.`, + [CookieAndTermType.UPDATES]: '', [CookieAndTermType.ANALYTICS]: '', }