fix: UI strings - use consistent spacing/capitalization

This commit is contained in:
Panagiotis Papadopoulos
2025-10-29 08:37:23 +01:00
parent 04314d507b
commit f2a50141b7
3 changed files with 5 additions and 5 deletions

View File

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

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>