mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Rename plugin settings tabs
This commit is contained in:
parent
783377cddd
commit
0b668c90a2
6 changed files with 30 additions and 30 deletions
|
@ -98,9 +98,9 @@ class StatusReportModule implements ModuleInterface {
|
|||
),
|
||||
),
|
||||
array(
|
||||
'label' => esc_html__( 'PayPal card processing available in country', 'woocommerce-paypal-payments' ),
|
||||
'exported_label' => 'PayPal card processing available in country',
|
||||
'description' => esc_html__( 'Whether PayPal card processing is available in country or not.', 'woocommerce-paypal-payments' ),
|
||||
'label' => esc_html__( 'Advanced Card Processing available in country', 'woocommerce-paypal-payments' ),
|
||||
'exported_label' => 'Advanced Card Processing available in country',
|
||||
'description' => esc_html__( 'Whether Advanced Card Processing is available in country or not.', 'woocommerce-paypal-payments' ),
|
||||
'value' => $this->bool_to_html(
|
||||
$dcc_applies->for_country_currency()
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue