Rename plugin settings tabs

This commit is contained in:
dinamiko 2022-10-07 12:08:07 +02:00
parent 783377cddd
commit 0b668c90a2
6 changed files with 30 additions and 30 deletions

View file

@ -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()
),