From 4707dcbec08e93713fb7374e8f33f3a1b45dbec5 Mon Sep 17 00:00:00 2001 From: Chi-Hsuan Huang Date: Mon, 4 Jul 2022 16:58:10 +0800 Subject: [PATCH] Fix wrong copy in the payments settings for a country that WCPay is not supported (#33665) * Fix wrong copy in payment recommendations * Add changelog --- .../client/payments/payment-recommendations.tsx | 4 ++-- ...-link-in-the-payment-settings-for-non-eligible-wcpay-store | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 plugins/woocommerce/changelog/fix-33618-wrong-link-in-the-payment-settings-for-non-eligible-wcpay-store diff --git a/plugins/woocommerce-admin/client/payments/payment-recommendations.tsx b/plugins/woocommerce-admin/client/payments/payment-recommendations.tsx index 858f4fbf5e7..babef4e8679 100644 --- a/plugins/woocommerce-admin/client/payments/payment-recommendations.tsx +++ b/plugins/woocommerce-admin/client/payments/payment-recommendations.tsx @@ -208,7 +208,7 @@ const PaymentRecommendations: React.FC = () => { size="20" lineHeight="28px" > - { __( 'Additional ways to get paid', 'woocommerce' ) } + { __( 'Recommended payment providers', 'woocommerce' ) } { diff --git a/plugins/woocommerce/changelog/fix-33618-wrong-link-in-the-payment-settings-for-non-eligible-wcpay-store b/plugins/woocommerce/changelog/fix-33618-wrong-link-in-the-payment-settings-for-non-eligible-wcpay-store new file mode 100644 index 00000000000..9dda6c5a42e --- /dev/null +++ b/plugins/woocommerce/changelog/fix-33618-wrong-link-in-the-payment-settings-for-non-eligible-wcpay-store @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Fix wrong copy in payment recommendations