From f2a50141b77886d16ec627159c9025ed2d3f8c53 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 29 Oct 2025 08:37:23 +0100 Subject: [PATCH] fix: UI strings - use consistent spacing/capitalization --- src/views/ChoreEdit/ChoreEdit.jsx | 2 +- src/views/ChoreEdit/RepeatSection.jsx | 2 +- src/views/Landing/DemoAssignee.jsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/ChoreEdit/ChoreEdit.jsx b/src/views/ChoreEdit/ChoreEdit.jsx index 4dd172d..4c37359 100644 --- a/src/views/ChoreEdit/ChoreEdit.jsx +++ b/src/views/ChoreEdit/ChoreEdit.jsx @@ -856,7 +856,7 @@ const ChoreEdit = () => { label='Give this task a due date' /> - task needs to be completed by a specific time. + Task needs to be completed by a specific time )} diff --git a/src/views/ChoreEdit/RepeatSection.jsx b/src/views/ChoreEdit/RepeatSection.jsx index b84e905..665aa8e 100644 --- a/src/views/ChoreEdit/RepeatSection.jsx +++ b/src/views/ChoreEdit/RepeatSection.jsx @@ -542,7 +542,7 @@ const RepeatSection = ({ return ( - Repeat : + Repeat: { diff --git a/src/views/Landing/DemoAssignee.jsx b/src/views/Landing/DemoAssignee.jsx index 5064cf0..24c5482 100644 --- a/src/views/Landing/DemoAssignee.jsx +++ b/src/views/Landing/DemoAssignee.jsx @@ -52,7 +52,7 @@ const DemoAssignee = () => { data-aos-anchor='[data-aos-create-chore-assignee]' data-aos='fade-right' > - Assignees : + Assignees: Who can do this chore? { data-aos-anchor='[data-aos-create-chore-assignee]' data-aos='fade-right' > - Assigned : + Assigned: Who is assigned the next due chore? @@ -128,7 +128,7 @@ const DemoAssignee = () => { data-aos-anchor='[data-aos-create-chore-assignee]' data-aos='fade-right' > - Picking Mode : + Picking Mode: How to pick the next assignee for the following chore?