Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c44091a

Browse files
author
vikasrohit
committed
AS#121262308049584, Reorder newsletter options and add "General Newsletter"
-- Done
1 parent f1409d8 commit c44091a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

app/settings/email/email.controller.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ import angular from 'angular'
2626
dirty: false
2727
},
2828
{
29-
id: CONSTANTS.MAILCHIMP_NL_DEV,
30-
name: 'Developer Newsletter',
31-
desc: 'Software architecture, component assembly, application development, and bug hunting',
29+
id: CONSTANTS.MAILCHIMP_NL_DESIGN,
30+
name: 'Design Newsletter',
31+
desc: 'Website, mobile, and product design; UI and UX',
3232
enabled: false,
3333
dirty: false
3434
},
3535
{
36-
id: CONSTANTS.MAILCHIMP_NL_DESIGN,
37-
name: 'Design Newsletter',
38-
desc: 'Website, mobile, and product design; UI and UX',
36+
id: CONSTANTS.MAILCHIMP_NL_DEV,
37+
name: 'Developer Newsletter',
38+
desc: 'Software architecture, component assembly, application development, and bug hunting',
3939
enabled: false,
4040
dirty: false
4141
},
@@ -47,16 +47,16 @@ import angular from 'angular'
4747
dirty: false
4848
},
4949
{
50-
id: CONSTANTS.MAILCHIMP_NL_TCO,
51-
name: 'TCO Newsletter',
52-
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
50+
id: CONSTANTS.MAILCHIMP_NL_IOS,
51+
name: 'iOS Community Newsletter',
52+
desc: 'Mobile app design and development for iOS, with Swift emphasis',
5353
enabled: false,
5454
dirty: false
5555
},
5656
{
57-
id: CONSTANTS.MAILCHIMP_NL_IOS,
58-
name: 'iOS Community Newsletter',
59-
desc: 'Mobile app design and development for iOS, with Swift emphasis',
57+
id: CONSTANTS.MAILCHIMP_NL_TCO,
58+
name: 'TCO Newsletter',
59+
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
6060
enabled: false,
6161
dirty: false
6262
}

0 commit comments

Comments
 (0)