Fix wrong copy in the payments settings for a country that WCPay is not supported (#33665)

* Fix wrong copy in payment recommendations

* Add changelog
This commit is contained in:
Chi-Hsuan Huang 2022-07-04 16:58:10 +08:00 committed by GitHub
parent 76f9a1fc57
commit 4707dcbec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -208,7 +208,7 @@ const PaymentRecommendations: React.FC = () => {
size="20"
lineHeight="28px"
>
{ __( 'Additional ways to get paid', 'woocommerce' ) }
{ __( 'Recommended payment providers', 'woocommerce' ) }
</Text>
<Text
className={
@ -243,7 +243,7 @@ const PaymentRecommendations: React.FC = () => {
<List items={ pluginsList } />
<CardFooter>
<Button href={ SEE_MORE_LINK } target="_blank" isTertiary>
{ __( 'See more options', 'woocommerce' ) }
{ __( 'Discover other payment providers', 'woocommerce' ) }
<ExternalIcon size={ 18 } />
</Button>
</CardFooter>

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix wrong copy in payment recommendations