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>
|
</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>
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user