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

View File

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