Skip to content

Commit

Permalink
chore: Change email summary setting copy to be clearer (#9303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch committed Jan 4, 2024
1 parent 61d6842 commit 176ce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/components/EmailNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const EmailNotifications = (props: Props) => {
return (
<Wrapper onClick={handleClick}>
<StyledCheckbox active={sendSummaryEmail} />
<Text>{'Send meeting summary emails'}</Text>
<Text>{'Receive meeting summary emails'}</Text>
<ErrorMessage>{error?.message}</ErrorMessage>
</Wrapper>
)
Expand Down

0 comments on commit 176ce1e

Please sign in to comment.