From c50e29db31ef23a0a6077cb8a9aecf032f01502e Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 31 Mar 2023 08:55:19 -0500 Subject: [PATCH] chore: improve email toggle copy --- .../Components/Preferences/Panes/Account/Email/Email.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/src/javascripts/Components/Preferences/Panes/Account/Email/Email.tsx b/packages/web/src/javascripts/Components/Preferences/Panes/Account/Email/Email.tsx index 2bf94b62e..bf30ec0b0 100644 --- a/packages/web/src/javascripts/Components/Preferences/Panes/Account/Email/Email.tsx +++ b/packages/web/src/javascripts/Components/Preferences/Panes/Account/Email/Email.tsx @@ -112,7 +112,7 @@ const Email: FunctionComponent = ({ application }: Props) => {
- Sign-in notification emails + Mute sign-in notification emails {isMuteSignInEmailsFeatureAvailable ? ( Disables email notifications when a new sign-in occurs on your account. (Email notifications are @@ -145,7 +145,7 @@ const Email: FunctionComponent = ({ application }: Props) => {
- Marketing notification emails + Mute marketing notification emails Disables email notifications with special deals and promotions.
{isLoading ? (