chore: improve email toggle copy

This commit is contained in:
Mo 2023-03-31 08:55:19 -05:00
parent 541adcf8f8
commit c50e29db31
No known key found for this signature in database
GPG Key ID: 034B13B1644297E1

View File

@ -112,7 +112,7 @@ const Email: FunctionComponent<Props> = ({ application }: Props) => {
<div>
<div className="flex items-center justify-between">
<div className="flex flex-col">
<Subtitle>Sign-in notification emails</Subtitle>
<Subtitle>Mute sign-in notification emails</Subtitle>
{isMuteSignInEmailsFeatureAvailable ? (
<Text>
Disables email notifications when a new sign-in occurs on your account. (Email notifications are
@ -145,7 +145,7 @@ const Email: FunctionComponent<Props> = ({ application }: Props) => {
<HorizontalSeparator classes="my-4" />
<div className="flex items-center justify-between">
<div className="flex flex-col">
<Subtitle>Marketing notification emails</Subtitle>
<Subtitle>Mute marketing notification emails</Subtitle>
<Text>Disables email notifications with special deals and promotions.</Text>
</div>
{isLoading ? (