Skip to content

Commit e47d059

Browse files
committed
Localize some terms to American audience
1 parent 0418c96 commit e47d059

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

common-data-defs.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ const formProfileContentBase = [
5252
streamId: 'profile-name',
5353
eventType: 'contact/name',
5454
type: 'text',
55-
label: 'Name',
55+
label: 'First Name',
5656
},
5757
{
5858
streamId: 'profile-name',
5959
eventType: 'contact/surname',
6060
type: 'text',
61-
label: 'Surname',
61+
label: 'Last Name',
6262
},
6363
{
6464
streamId: 'profile-date-of-birth',
@@ -86,45 +86,45 @@ const formProfileContentX = [
8686
streamId: 'family-children',
8787
eventType: 'count/generic',
8888
type: 'number',
89-
label: 'Nb of children',
89+
label: '# of children',
9090
},
9191
{
9292
streamId: 'fertility-miscarriages',
9393
eventType: 'count/generic',
9494
type: 'number',
95-
label: 'Nb of miscarriages',
95+
label: '# of miscarriages',
9696
},
9797
{
9898
streamId: 'fertility-cycles-charted-estimation',
9999
eventType: 'count/generic',
100100
type: 'number',
101-
label: 'Nb of charted cycles',
101+
label: '# of charted cycles',
102102
}
103103
];
104104

105105
const formHistoricalContentX = [
106106
{
107107
streamId: 'fertility-ttc-tta',
108108
eventType: 'fertility-intention/ttc-tta',
109-
label: 'Trying to conceive or avoid pregnancy',
109+
label: 'Goal: Trying to conceive or avoid pregnancy',
110110
type: 'select',
111111
parseValueToNum: true,
112112
options: [
113113
{
114114
value: 0,
115-
label: 'TTA - Not taking risks. Would take all available measures to end a pregnancy.'
115+
label: 'TTA - Not taking risks. Would take all available measures to end a pregnancy.'
116116
},
117117
{
118118
value: 1,
119-
label: 'TTA - Not taking risks. Would strongly consider placing baby for adoption.'
119+
label: 'TTA - Not taking risks. Would strongly consider placing baby for adoption.'
120120
},
121121
{
122122
value: 2,
123-
label: 'TTA - Not taking risks. Would need some time, maybe counseling. Ultimately keeping the pregnancy.'
123+
label: 'TTA - Not taking risks. Would need some time, maybe counseling. Ultimately keeping the pregnancy.'
124124
},
125125
{
126126
value: 4,
127-
label: 'TTA - Not taking risks. Currently content with family size but a surprise pregnancy would be welcome.'
127+
label: 'TTA - Not taking risks. Currently content with family size but a surprise pregnancy would be welcome.'
128128
},
129129
{
130130
value: 5,
@@ -148,7 +148,7 @@ const formHistoricalContentX = [
148148
},
149149
{
150150
value: 10,
151-
label: 'TTC - “ Seriously TTC” Intentional intercourse every cycle. Would pursue any/ALL fertility treatments or procedures if needed.'
151+
label: 'TTC - “Seriously TTC” Intentional intercourse every cycle. Would pursue any/ALL fertility treatments or procedures if needed.'
152152
}
153153
]
154154
},

0 commit comments

Comments
 (0)