From 5950ec77dcca7d882fd57fb2a429765402d7a0b3 Mon Sep 17 00:00:00 2001 From: Ray <22254748+rayokamoto@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:15:21 +1030 Subject: [PATCH] chore: Better wording for user settings and sign up --- 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 (