From 708efab5e49957063e6566d69f6ec7951f069c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20R=C3=B3bert?= Date: Wed, 22 Apr 2020 16:05:59 +0300 Subject: [PATCH] Update order action name --- modules.local/ppcp-wc-gateway/src/WcGatewayModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.local/ppcp-wc-gateway/src/WcGatewayModule.php b/modules.local/ppcp-wc-gateway/src/WcGatewayModule.php index e61014a11..d92306cca 100644 --- a/modules.local/ppcp-wc-gateway/src/WcGatewayModule.php +++ b/modules.local/ppcp-wc-gateway/src/WcGatewayModule.php @@ -60,7 +60,7 @@ class WcGatewayModule implements ModuleInterface 'woocommerce_order_actions', function ($orderActions): array { $orderActions['ppcp_authorize_order'] = __( - 'Authorize PayPal Payment', + 'Capture authorized PayPal payment', 'woocommerce-paypal-gateway' ); return $orderActions;