From 6ee4ca0b2a992a49d34086ce479c6ed2a35f8b8d Mon Sep 17 00:00:00 2001 From: David Remer Date: Thu, 24 Sep 2020 08:02:32 +0300 Subject: [PATCH] rename installation prefix to invoice prefix --- modules/ppcp-wc-gateway/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index 0dba777cd..04aa0172a 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -503,7 +503,7 @@ return array( 'gateway' => 'paypal', ), 'prefix' => array( - 'title' => __( 'Installation prefix', 'paypal-payments-for-woocommerce' ), + 'title' => __( 'Invoice prefix', 'paypal-payments-for-woocommerce' ), 'type' => 'text', 'desc_tip' => true, 'description' => __( 'If you use your PayPal account with more than one installation, please use a distinct prefix to seperate those installations. Please do not use numbers in your prefix.', 'paypal-payments-for-woocommerce' ),