Skip to content

Commit

Permalink
Merge pull request woocommerce#18411 from MechielCouvaras/patch-1
Browse files Browse the repository at this point in the history
Update Klarna copy in Setup Wizard
  • Loading branch information
claudiosanches committed Jan 10, 2018
2 parents 76f66fd + 294b2cc commit 501f03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/class-wc-admin-setup-wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -1103,11 +1103,11 @@ protected function get_wizard_available_in_cart_payment_gateways() {
'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(
Expand Down

0 comments on commit 501f03e

Please sign in to comment.