mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 15:17:17 +00:00
- Changed chore terms in the reports pages to todo
This commit is contained in:
@ -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>
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user