You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,9 +66,21 @@ export default function ReportSubmitStep(props) {
59
66
<ReportSummaryCardcaseReport={props.caseReport}/>
60
67
</ScrollView>
61
68
</View>
69
+
<Viewstyle={styles.consentContainer}>
70
+
<Checkbox.Android
71
+
status={isConsentGiven ? 'checked' : 'unchecked'}
72
+
onPress={()=>setConsentGiven(!isConsentGiven)}
73
+
/>
74
+
<Text>
75
+
<Transi18nKey="report.submitReport.consent">
76
+
By submitting the report, you accept that your provided information are sent to the Cotect servers for further processing. You can read more in our <Textstyle={{color: 'blue'}}onPress={()=>Linking.openURL('http://google.com')}>privacy policy</Text>.
Copy file name to clipboardExpand all lines: app/mobile/translations/en.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,8 @@
174
174
"exitAction": "Exit",
175
175
"successText": "We submitted the report! Thanks for your help fighting CoVid!",
176
176
"text": "We are submitting the report…",
177
-
"title": "Report Submission"
177
+
"title": "Report Submission",
178
+
"consent": "By submitting the report, you accept that your provided information are sent to the Cotect servers for further processing. You can read more in our <1>privacy policy</1>."
0 commit comments