Updated addtl payment methods feature description (#20419)

no ref
This commit is contained in:
Steve Larson 2024-06-19 15:26:36 -05:00 committed by GitHub
parent ae6e7d9134
commit a33378a497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ const BetaFeatures: React.FC = () => {
title='Show post excerpt inline' />
<LabItem
action={<FeatureToggle flag="additionalPaymentMethods" />}
detail={<>Enable support for PayPal, iDEAL, WeChat Pay and others. <a className='text-green' href="https://ghost.org/help/payment-methods" rel="noopener noreferrer" target="_blank">Learn more &rarr;</a></>}
detail={<>Enable support for CashApp, iDEAL, Bancontact, and others. <a className='text-green' href="https://ghost.org/help/payment-methods" rel="noopener noreferrer" target="_blank">Learn more &rarr;</a></>}
title='Additional payment methods' />
<LabItem
action={<FeatureToggle flag='i18n' />}