mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
fix typo
This commit is contained in:
parent
4c71cf1535
commit
7be7f00b8d
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ return array(
|
||||||
'title' => __( 'Invoice prefix', 'woocommerce-paypal-payments' ),
|
'title' => __( 'Invoice prefix', 'woocommerce-paypal-payments' ),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'desc_tip' => true,
|
'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-',
|
'default' => 'WC-',
|
||||||
'screens' => array(
|
'screens' => array(
|
||||||
State::STATE_PROGRESSIVE,
|
State::STATE_PROGRESSIVE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue