Update Klarna URL to relevant versions
Updating Klarna URL to point to the relevant product page (region specific) on WooCommerce.com
This commit is contained in:
parent
021734d97b
commit
8d6f434ba0
|
@ -1109,12 +1109,12 @@ class WC_Admin_Setup_Wizard {
|
||||||
$klarna_checkout_description = '<p>' . sprintf(
|
$klarna_checkout_description = '<p>' . sprintf(
|
||||||
/* translators: %s: URL */
|
/* translators: %s: URL */
|
||||||
__( 'Full checkout experience with pay now, pay later and slice it. No credit card numbers, no passwords, no worries. <a href="%s" target="_blank">Learn more about Klarna</a>.', 'woocommerce' ),
|
__( 'Full checkout experience with pay now, pay later and slice it. No credit card numbers, no passwords, no worries. <a href="%s" target="_blank">Learn more about Klarna</a>.', 'woocommerce' ),
|
||||||
'https://woocommerce.com/products/klarna/'
|
'https://woocommerce.com/products/klarna-checkout/'
|
||||||
) . '</p>';
|
) . '</p>';
|
||||||
$klarna_payments_description = '<p>' . sprintf(
|
$klarna_payments_description = '<p>' . sprintf(
|
||||||
/* translators: %s: URL */
|
/* translators: %s: URL */
|
||||||
__( 'Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries. <a href="%s" target="_blank">Learn more about Klarna</a>.', 'woocommerce' ),
|
__( 'Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries. <a href="%s" target="_blank">Learn more about Klarna</a>.', 'woocommerce' ),
|
||||||
'https://woocommerce.com/products/klarna/'
|
'https://woocommerce.com/products/klarna-payments/ '
|
||||||
) . '</p>';
|
) . '</p>';
|
||||||
$square_description = '<p>' . sprintf(
|
$square_description = '<p>' . sprintf(
|
||||||
/* translators: %s: URL */
|
/* translators: %s: URL */
|
||||||
|
|
Loading…
Reference in New Issue