- Changed chore terms in the reports pages to todo

This commit is contained in:
Dejan
2024-12-30 18:39:21 +01:00
parent 141337d2ce
commit f7dd31cae9
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ const FamilyChoresProgress = ({
</TouchableOpacity>
<View centerH>
<Text style={{ fontFamily: "Manrope_700Bold", fontSize: 23 }}>
Family Chores Progress Report
Family Todos Progress Report
</Text>
</View>
<View row spread marginT-35 marginB-20>
@ -92,7 +92,7 @@ const FamilyChoresProgress = ({
style={{ fontFamily: "Manrope_700Bold", fontSize: 15 }}
marginV-20
>
Chore Tracker
Todos Tracker
</Text>
{children?.map((child) => (
<View
@ -133,7 +133,7 @@ const FamilyChoresProgress = ({
</Text>
<View centerV>
<Text style={{ fontSize: 15, fontFamily: "Manrope_700Bold" }}>
{`${child?.weeklyCompletedTodos ?? 0} chores completed`}
{`${child?.weeklyCompletedTodos ?? 0} todos completed`}
</Text>
</View>
</View>

View File

@ -133,7 +133,7 @@ const UserChoresProgress = ({ setPageIndex }: { setPageIndex: (value: number) =>
How would you like to spend your points?
</Text>
<Button
label="Skip a Chore Cor a Day - 150 pts"
label="Skip a Todo For a Day - 150 pts"
text70
marginB-15
backgroundColor="#05a8b6"