From 7be7f00b8da2afa71301977818696be38d5ba010 Mon Sep 17 00:00:00 2001 From: Kirill Braslavsky Date: Tue, 6 Apr 2021 09:58:08 +0300 Subject: [PATCH] fix typo --- 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 93b2b9cf3..4e8713c9f 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -711,7 +711,7 @@ return array( 'title' => __( 'Invoice prefix', 'woocommerce-paypal-payments' ), '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.', 'woocommerce-paypal-payments' ), + 'description' => __( 'If you use your PayPal account with more than one installation, please use a distinct prefix to separate those installations. Please do not use numbers in your prefix.', 'woocommerce-paypal-payments' ), 'default' => 'WC-', 'screens' => array( State::STATE_PROGRESSIVE,