Skip to content

Commit

Permalink
fix(etat): wording pour les jours non remplis (1ere vs 3eme personne)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Jan 6, 2022
1 parent 39e2e94 commit 1319c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scenes/status/no-data-status-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const NoDataDiaryItem = ({date}) => {
<View style={styles.textContainer}>
<Text style={styles.noDataTitle}>
{canEdit(date)
? 'Renseignez mon état pour ce jour-là'
: 'Vous ne pouvez plus saisir votre questionnaire pour ce jour'}
? 'Renseigner mon état pour ce jour-là'
: 'Je ne peux plus saisir mon questionnaire pour ce jour'}
</Text>
{canEdit(date) && <ArrowRightSvg color="#C7CED5" />}
</View>
Expand Down

0 comments on commit 1319c40

Please sign in to comment.