mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Rename button locations
This commit is contained in:
parent
02722a3c97
commit
f40d3602a3
3 changed files with 9 additions and 9 deletions
|
@ -1400,8 +1400,8 @@ return array(
|
|||
'wcgateway.button.locations' => static function( ContainerInterface $container ): array {
|
||||
return array(
|
||||
'product' => 'Single Product',
|
||||
'cart' => 'Cart',
|
||||
'checkout' => 'Checkout',
|
||||
'cart' => 'Classic Cart',
|
||||
'checkout' => 'Classic Checkout',
|
||||
'mini-cart' => 'Mini Cart',
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue