mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
fix sprintf placeholder count
This commit is contained in:
parent
0c2de24f37
commit
4e2c032435
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class ConnectAdminNotice
|
|||
$message = sprintf(
|
||||
/* translators: %1$s the gateway name */
|
||||
__(
|
||||
'PayPal Payments is almost ready. To get started, <a href="%2$s">connect your account</a>.',
|
||||
'PayPal Payments is almost ready. To get started, <a href="%1$s">connect your account</a>.',
|
||||
'woocommerce-paypal-commerce-gateway'
|
||||
),
|
||||
// TODO: find a better way to get the url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue