We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6eba76 commit c360fb4Copy full SHA for c360fb4
centrifuge-app/src/components/InvestRedeem/InvestRedeem.tsx
@@ -136,8 +136,7 @@ function InvestRedeemInput({ defaultView: defaultViewProp }: InputProps) {
136
`${state.trancheCurrency?.name} is only available to Non-U.S. persons.`
137
) : (
138
<>
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".{' '}
+ {metadata?.pool?.issuer?.name} tokens are available only for Non-U.S. Professional Investors.{' '}
141
<AnchorTextLink href="https://docs.centrifuge.io/use/onboarding/#onboarding-as-an-us-investor">
142
Learn more
143
</AnchorTextLink>
0 commit comments