mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +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(
|
||||
// translators: %3$ is funding source like "PayPal" or "Venmo", other placeholders are html tags for a link.
|
||||
esc_html__(
|
||||
'You are currently paying with %3$s. If you want to cancel
|
||||
this process, please click %1$shere%2$s.',
|
||||
'You are currently paying with %3$s. %4$s%1$sChoose another payment method%2$s.',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
'<a href="' . esc_url( $url ) . '">',
|
||||
'</a>',
|
||||
esc_html( $name )
|
||||
esc_html( $name ),
|
||||
'<br/>'
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue