Make string translatable

This commit is contained in:
dinamiko 2022-07-21 16:31:13 +02:00
parent 0ceb3504b4
commit c802d5dea8

View file

@ -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;