Skip to content

Commit c360fb4

Browse files
authored
fix: wording on banner (#2771)
* fix: wording on banner * fix: wording on banner
1 parent b6eba76 commit c360fb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

centrifuge-app/src/components/InvestRedeem/InvestRedeem.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ function InvestRedeemInput({ defaultView: defaultViewProp }: InputProps) {
136136
`${state.trancheCurrency?.name} is only available to Non-U.S. persons.`
137137
) : (
138138
<>
139-
{metadata?.pool?.issuer?.name} tokens are available to U.S. and Non-U.S. persons. U.S. persons must be
140-
verified "accredited investors".{' '}
139+
{metadata?.pool?.issuer?.name} tokens are available only for Non-U.S. Professional Investors.{' '}
141140
<AnchorTextLink href="https://docs.centrifuge.io/use/onboarding/#onboarding-as-an-us-investor">
142141
Learn more
143142
</AnchorTextLink>

0 commit comments

Comments
 (0)