Skip to content

Commit 4f36da5

Browse files
committed
Simplify onboarding copy: update profile card text, remove redundant paragraphs, and refine match percentage description.
1 parent 9c297bc commit 4f36da5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

web/pages/onboarding/soft-gate.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function SoftGatePage() {
6666
<p className="text-base text-ink-700 leading-relaxed">
6767
{t(
6868
'onboarding.soft-gate.profile_card',
69-
'You created a public profile card and values-based profile. Share them to attract people who think like you. Shared profiles are discovered much more often.',
69+
'You created a public values-based profile. Share it to attract people who think like you. Shared profiles are discovered much more often.',
7070
)}
7171
</p>
7272
{user?.username && (
@@ -85,13 +85,13 @@ export default function SoftGatePage() {
8585
)}
8686

8787
<Col className="gap-4 text-base text-ink-700 leading-relaxed">
88-
<p>
89-
{t(
90-
'onboarding.soft-gate.intro',
91-
"You've answered your first compatibility questions and shared your top interests.",
92-
)}
93-
</p>
94-
<p>{t('onboarding.soft-gate.what_it_means', "Here's what that means for you:")}</p>
88+
{/*<p>*/}
89+
{/* {t(*/}
90+
{/* 'onboarding.soft-gate.intro',*/}
91+
{/* "You've answered your first compatibility questions and shared your top interests.",*/}
92+
{/* )}*/}
93+
{/*</p>*/}
94+
{/*<p>{t('onboarding.soft-gate.what_it_means', "Here's what that means for you:")}</p>*/}
9595

9696
{/*<li>*/}
9797
{/* {t("onboarding.soft-gate.bullet1", "Compatibility scores now reflect your values and preferences")}*/}
@@ -100,7 +100,7 @@ export default function SoftGatePage() {
100100
items={[
101101
t(
102102
'onboarding.soft-gate.bullet2',
103-
"You'll see match percentages that align closely with what you care about",
103+
"You'll see match percentages that align closely with what you care about.",
104104
),
105105
t(
106106
'onboarding.soft-gate.bullet3',

0 commit comments

Comments
 (0)