Skip to content

Commit

Permalink
fix(onboarding): wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Jan 12, 2022
1 parent 3a1184d commit 361964a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/scenes/onboarding/onboardingDrugs/no-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default ({navigation}) => {
<Text style={styles.subtitle}>
Je suis chaque jour mes <Text style={styles.lightblue}>prises</Text> de{' '}
<Text style={styles.lightblue}>traitement</Text>, cela me permet de{' '}
<Text style={styles.lightblue}>comprendre</Text> comment il influe mon{' '}
<Text style={styles.lightblue}>état</Text>
<Text style={styles.lightblue}>comprendre</Text> comment il influe sur{' '}
mon <Text style={styles.lightblue}>état</Text>
</Text>
<Button
onPress={() => navigation.navigate('onboarding-drugs-list')}
Expand Down
2 changes: 1 addition & 1 deletion src/scenes/onboarding/onboardingSymptoms/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const SymptomScreen = ({navigation, route}) => {
<View style={styles.titleContainer}>
<SurveyMenu style={styles.image} width={30} height={30} />
<Text style={styles.title}>
Qu'est ce que je souhaite suivre quotidiennement ?
Qu'est-ce que je souhaite suivre quotidiennement ?
</Text>
</View>
<Text style={styles.subtitle}>
Expand Down

0 comments on commit 361964a

Please sign in to comment.