OBW: Update WC Pay label on recommended extensions list (https://github.com/woocommerce/woocommerce-admin/pull/8038)

* Modified WC-Pay label

* Add changelog

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando 2021-12-22 09:22:29 -03:00 committed by GitHub
parent a43bcaca0f
commit 566bf788a4
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: Tweak
OBW: Update WC Pay label on recommended extensions list #8038

View File

@ -112,7 +112,7 @@ class DefaultFreeExtensions {
'woocommerce-payments' => [
'description' => sprintf(
/* translators: 1: opening product link tag. 2: closing link tag */
__( 'Accept credit cards with %1$sWooCommerce Payments%2$s', 'woocommerce-admin' ),
__( 'Accept credit cards and other popular payment methods with %1$sWooCommerce Payments%2$s', 'woocommerce-admin' ),
'<a href="https://woocommerce.com/products/woocommerce-payments" target="_blank">',
'</a>'
),