From ac80c8b51ccb0d8fee1f3b9996dd1c83e33ff951 Mon Sep 17 00:00:00 2001 From: thenbrent Date: Tue, 2 Sep 2014 14:44:17 -0700 Subject: [PATCH] Add a link to PayPal's guide on API Creds --- includes/gateways/paypal/class-wc-gateway-paypal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/gateways/paypal/class-wc-gateway-paypal.php b/includes/gateways/paypal/class-wc-gateway-paypal.php index 6875d5e1ad1..c29c7b42cfd 100644 --- a/includes/gateways/paypal/class-wc-gateway-paypal.php +++ b/includes/gateways/paypal/class-wc-gateway-paypal.php @@ -225,9 +225,9 @@ class WC_Gateway_Paypal extends WC_Payment_Gateway { 'placeholder' => __( 'Optional', 'woocommerce' ) ), 'api_details' => array( - 'title' => __( 'API options (for refund support)', 'woocommerce' ), + 'title' => __( 'API Credentials', 'woocommerce' ), 'type' => 'title', - 'description' => '', + 'description' => sprintf( __( 'Enter your PayPal API credentials to process refunds via PayPal. Learn how to access your PayPal API Credentials %shere%s.', 'woocommerce' ), '', '' ), ), 'api_username' => array( 'title' => __( 'API Username', 'woocommerce' ),