From 4d9496a1f3b64979ecf83c08b58c4fd091c84dd6 Mon Sep 17 00:00:00 2001 From: Ray Okamoto <22254748+rayokamoto@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:20:35 +1030 Subject: [PATCH] chore: Better wording for user settings and sign up (#81) --- src/app/(account)/join/steps/StepFour.tsx | 8 +++++--- src/app/(account)/settings/Settings.tsx | 6 +++--- src/utils/format-date.ts | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/(account)/join/steps/StepFour.tsx b/src/app/(account)/join/steps/StepFour.tsx index 6fbcebd5..8f74defa 100644 --- a/src/app/(account)/join/steps/StepFour.tsx +++ b/src/app/(account)/join/steps/StepFour.tsx @@ -8,8 +8,9 @@ import { useJoinUsStep, useJoinUsStudentInfo, useSetJoinUsHeading } from '../sto export default function StepFour() { useSetJoinUsHeading({ - title: 'Payment', - description: 'Complete membership payment', + title: 'Confirm Terms', + description: + 'You must read and agree to the terms and proceed to complete the membership payment.', }); const [agreement, setAgreement] = useState(false); @@ -42,8 +43,9 @@ export default function StepFour() { return (