Update class-wc-admin-setup-wizard.php

Update to Klarna copy as per their specification.
This commit is contained in:
Mechiel Couvaras 2018-01-10 12:42:47 +02:00 committed by GitHub
parent d7718df0f9
commit 294b2cca74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1103,11 +1103,11 @@ class WC_Admin_Setup_Wizard {
'https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/'
) . '</p>';
$klarna_checkout_description = '<p>' . sprintf(
__( 'Pay now, pay later, 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/'
) . '</p>';
$klarna_payments_description = '<p>' . sprintf(
__( 'Pay later, 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/'
) . '</p>';
$square_description = '<p>' . sprintf(