Merge pull request #38 from pano9000/main

fix: UI strings - use consistent spacing/capitalization
This commit is contained in:
Mohamad Tarbin
2026-01-18 12:57:38 -05:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1112,7 +1112,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>
)}

View File

@@ -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 => {

View File

@@ -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
@@ -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>
@@ -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>