mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Make string translatable
This commit is contained in:
parent
0ceb3504b4
commit
c802d5dea8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class OXXO {
|
|||
|
||||
$button = '';
|
||||
if ( $payer_action ) {
|
||||
$button = '<p><a id="ppcp-oxxo-payer-action" class="button" href="' . $payer_action . '" target="_blank">See OXXO Voucher/Ticket</a></p>';
|
||||
$button = '<p><a id="ppcp-oxxo-payer-action" class="button" href="' . $payer_action . '" target="_blank">' . esc_html__( 'See OXXO voucher', 'woocommerce-paypal-payments' ) . '</a></p>';
|
||||
}
|
||||
|
||||
return $message . ' ' . $button;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue