mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Improve continuation mode label
This commit is contained in:
parent
5a0b0b41a9
commit
9802495c8c
1 changed files with 3 additions and 3 deletions
|
@ -63,13 +63,13 @@ class CancelView {
|
||||||
printf(
|
printf(
|
||||||
// translators: %3$ is funding source like "PayPal" or "Venmo", other placeholders are html tags for a link.
|
// translators: %3$ is funding source like "PayPal" or "Venmo", other placeholders are html tags for a link.
|
||||||
esc_html__(
|
esc_html__(
|
||||||
'You are currently paying with %3$s. If you want to cancel
|
'You are currently paying with %3$s. %4$s%1$sChoose another payment method%2$s.',
|
||||||
this process, please click %1$shere%2$s.',
|
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
),
|
),
|
||||||
'<a href="' . esc_url( $url ) . '">',
|
'<a href="' . esc_url( $url ) . '">',
|
||||||
'</a>',
|
'</a>',
|
||||||
esc_html( $name )
|
esc_html( $name ),
|
||||||
|
'<br/>'
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue