From 176ce1e195715a91b7620e8ef8072fb110a6ef11 Mon Sep 17 00:00:00 2001 From: Georg Bremer Date: Thu, 4 Jan 2024 16:35:39 +0100 Subject: [PATCH] chore: Change email summary setting copy to be clearer (#9303) --- packages/client/components/EmailNotifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/components/EmailNotifications.tsx b/packages/client/components/EmailNotifications.tsx index 669dea20c5b..bda786ac1f0 100644 --- a/packages/client/components/EmailNotifications.tsx +++ b/packages/client/components/EmailNotifications.tsx @@ -59,7 +59,7 @@ const EmailNotifications = (props: Props) => { return ( - {'Send meeting summary emails'} + {'Receive meeting summary emails'} {error?.message} )