mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Merge pull request #31 from woocommerce/issue-12-invoice-prefix
rename installation prefix to invoice prefix
This commit is contained in:
commit
b13476de38
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,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' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue