mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
escape translateable string
This commit is contained in:
parent
e3055a69f0
commit
53c4479db7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class RenderAuthorizeAction {
|
|||
return $order_actions;
|
||||
}
|
||||
|
||||
$order_actions['ppcp_authorize_order'] = __(
|
||||
$order_actions['ppcp_authorize_order'] = esc_html__(
|
||||
'Capture authorized PayPal payment',
|
||||
'paypal-payments-for-woocommerce'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue