Skip to content

Commit cd2cd3e

Browse files
committed
MKTG-1156 wordin update email preferences
1 parent 2efbd58 commit cd2cd3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/apps/accounts/src/settings/tabs/preferences/preferences.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* eslint-disable max-len */
22
export const newsletters: Array<{ id: string, name: string, desc: string }> = [
33
{
4-
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 <a href="https://www.topcoder.com/community/taas" style="color:#0d61bf;text-decoration:none;font-weight:500;">Gig Work page.</a>',
4+
desc: 'A weekly summary of available ways to earn, including gig work, challenges, and Thrive articles.',
55
id: 'd0c48e9da3',
6-
name: 'Gig Work',
6+
name: 'Work Opportunities',
77
},
88
{
9-
desc: 'This newsletter gets sent out at the end of every month and contains a variety of important information across all of our tracks.',
9+
desc: 'A monthly newsletter with recent highlights from the Topcoder community.',
1010
id: 'a8f858cdf1',
1111
name: 'Monthly Newsletter',
1212
},

0 commit comments

Comments
 (0)