mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
💄 Improvement UX for the “tagline” option
This commit is contained in:
parent
0428dd08aa
commit
00c00bf9b1
5 changed files with 21 additions and 11 deletions
|
@ -156,7 +156,10 @@ export const useTaglineProps = ( location ) => {
|
|||
choices: [
|
||||
{
|
||||
value: 'tagline',
|
||||
label: __( 'Enable Tagline', 'woocommerce-paypal-payments' ),
|
||||
label: __(
|
||||
'Show tagline below buttons',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
},
|
||||
],
|
||||
isAvailable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue