chore: improve email toggle copy
This commit is contained in:
@@ -112,7 +112,7 @@ const Email: FunctionComponent<Props> = ({ application }: Props) => {
|
|||||||
<div>
|
<div>
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<Subtitle>Sign-in notification emails</Subtitle>
|
<Subtitle>Mute sign-in notification emails</Subtitle>
|
||||||
{isMuteSignInEmailsFeatureAvailable ? (
|
{isMuteSignInEmailsFeatureAvailable ? (
|
||||||
<Text>
|
<Text>
|
||||||
Disables email notifications when a new sign-in occurs on your account. (Email notifications are
|
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" />
|
<HorizontalSeparator classes="my-4" />
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex flex-col">
|
<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>
|
<Text>Disables email notifications with special deals and promotions.</Text>
|
||||||
</div>
|
</div>
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user