diff options
author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2020-11-09 17:41:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 20:41:09 -0500 |
commit | 9f048868f560dbd1672c1a504deb383ec601589e (patch) | |
tree | c45ffb76593d570be86beec9cb6436bf6634ff15 /src/components/onboarding/TermsConditions.tsx | |
parent | f347ef180ece9235380f2225243beddaececa949 (diff) |
[TMA - 389] (#117)
* Done
* Done
* Done
Diffstat (limited to 'src/components/onboarding/TermsConditions.tsx')
-rw-r--r-- | src/components/onboarding/TermsConditions.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/onboarding/TermsConditions.tsx b/src/components/onboarding/TermsConditions.tsx index c653e63f..08cd8228 100644 --- a/src/components/onboarding/TermsConditions.tsx +++ b/src/components/onboarding/TermsConditions.tsx @@ -53,7 +53,7 @@ const TermsConditions: React.FC<TermsConditionsProps> = (props) => { <TouchableOpacity onPress={() => setModalVisible(true)}> <Text style={[styles.bodyPromptText, styles.bodyPromptTextUnderline]}> - terms and conditions. + EULA & Terms of Service </Text> </TouchableOpacity> </View> @@ -65,7 +65,9 @@ const TermsConditions: React.FC<TermsConditionsProps> = (props) => { <ScrollView style={styles.modalScrollView} contentContainerStyle={styles.modalScrollViewContent}> - <Text style={styles.tcHeader}>Terms and Conditions</Text> + <Text style={styles.tcHeader}> + End User License Agreement (EULA) & Terms of Service + </Text> <TermsAndConditionsText /> </ScrollView> <View style={styles.modalActions}> |