File tree 3 files changed +8
-7
lines changed
packages/fxa-settings/src
components/ChooseNewsletters
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
# Prompt above a checklist of newsletters
5
5
choose-newsletters-prompt-2 = Get more from { -brand-mozilla } :
6
6
# Newsletter checklist item
7
- choose-newsletters-option-take-action-for-the-internet-2 =
8
- .label = Help keep the internet healthy
9
- # Newsletter checklist item
10
7
choose-newsletters-option-security-privacy =
11
8
.label = Security & privacy news and updates
12
9
# Newsletter checklist item
13
10
choose-newsletters-option-test-pilot =
14
11
.label = Early access to test new products
12
+ # Newsletter checklist item. This for a Mozilla Foundation newsletters,
13
+ # "Action alerts" can be interpreted as "Calls to action"
14
+ choose-newsletters-option-reclaim-the-internet =
15
+ .label = Action alerts to reclaim the internet
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ export const newsletters: Newsletter[] = [
26
26
ftlId : 'choose-newsletters-option-test-pilot' ,
27
27
} ,
28
28
{
29
- label : 'Help keep the internet healthy ' ,
30
- slug : [ 'take-action-for-the-internet ' ] ,
31
- ftlId : 'choose-newsletters-option-take-action-for- the-internet-2 ' ,
29
+ label : 'Action alerts to reclaim the internet' ,
30
+ slug : [ 'mozilla-foundation ' ] ,
31
+ ftlId : 'choose-newsletters-option-reclaim- the-internet' ,
32
32
} ,
33
33
] ;
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ describe('Signup page', () => {
439
439
'security-privacy-news' ,
440
440
'mozilla-accounts' ,
441
441
'test-pilot' ,
442
- 'take-action-for-the-internet ' ,
442
+ 'mozilla-foundation ' ,
443
443
] ,
444
444
unwrapBKey : MOCK_UNWRAP_BKEY ,
445
445
} ,
You can’t perform that action at this time.
0 commit comments