From f8ec10b06fb2610ad64ac068f52f6065bc6001e6 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Wed, 31 May 2023 09:59:29 +0300 Subject: [PATCH 1/2] MKTG-1156 update email preferences --- .../components/Settings/Preferences/Email/index.jsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/shared/components/Settings/Preferences/Email/index.jsx b/src/shared/components/Settings/Preferences/Email/index.jsx index ee2573002..f6f79b718 100644 --- a/src/shared/components/Settings/Preferences/Email/index.jsx +++ b/src/shared/components/Settings/Preferences/Email/index.jsx @@ -29,13 +29,13 @@ const SAVE_DELAY = 1000; const newsletters = [ { id: 'd0c48e9da3', - name: 'Gig Work', - desc: 'This newsletter gets sent out at various times, specifically when we have an opportunity of mass appeal. For more information you can visit the Gig Work page.', + name: 'Work Opportunities', + desc: 'A weekly summary of available ways to earn, including gig work, challenges, and Thrive articles.', }, { id: 'a8f858cdf1', name: 'Monthly Newsletter', - desc: 'This newsletter gets sent out at the end of every month and contains a variety of important information across all of our tracks.', + desc: 'A monthly newsletter with recent highlights from the Topcoder community.', }, { id: '5e67dba327', @@ -52,11 +52,6 @@ const newsletters = [ name: 'Rapid Development Match (RDM) Reminders', desc: 'Receive notifications of our brand new RDMs! These rated, development matches will be a fun new way to engage with us!', }, - { - id: 'ee26600945', - name: 'NASA Community', - desc: 'Receive email notifications for all the latest news and announcements of our NASA Member Program.', - }, ]; const programs = [ { From 77d444dbe0671979f0d988795abb3bc979d88a6f Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Wed, 31 May 2023 10:01:01 +0300 Subject: [PATCH 2/2] ci: on test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 89275af29..a83fac55e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -356,7 +356,7 @@ workflows: filters: branches: only: - - free + - MKTG-1156 # This is alternate dev env for parallel testing - "build-qa": context : org-global