Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/views/ChoreEdit/ChoreEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ const ChoreEdit = () => {
label='Give this task a due date'
/>
<FormHelperText>
task needs to be completed by a specific time.
Task needs to be completed by a specific time
</FormHelperText>
</FormControl>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/views/ChoreEdit/RepeatSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ const RepeatSection = ({

return (
<Box mt={2}>
<Typography level='h4'>Repeat :</Typography>
<Typography level='h4'>Repeat:</Typography>
<FormControl sx={{ mt: 1 }}>
<Checkbox
onChange={e => {
Expand Down
6 changes: 3 additions & 3 deletions src/views/Landing/DemoAssignee.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const DemoAssignee = () => {
data-aos-anchor='[data-aos-create-chore-assignee]'
data-aos='fade-right'
>
<Typography level='h4'>Assignees :</Typography>
<Typography level='h4'>Assignees:</Typography>
<Typography level='h5'>Who can do this chore?</Typography>
<Card>
<List
Expand Down Expand Up @@ -93,7 +93,7 @@ const DemoAssignee = () => {
data-aos-anchor='[data-aos-create-chore-assignee]'
data-aos='fade-right'
>
<Typography level='h4'>Assigned :</Typography>
<Typography level='h4'>Assigned:</Typography>
<Typography level='h5'>
Who is assigned the next due chore?
</Typography>
Expand Down Expand Up @@ -128,7 +128,7 @@ const DemoAssignee = () => {
data-aos-anchor='[data-aos-create-chore-assignee]'
data-aos='fade-right'
>
<Typography level='h4'>Picking Mode :</Typography>
<Typography level='h4'>Picking Mode:</Typography>
<Typography level='h5'>
How to pick the next assignee for the following chore?
</Typography>
Expand Down