mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Change "Enabled" to "Available" in status text
Now it is more clear because "enabled" can be understood as enabled gateway, while it only means that it is enabled in the PayPal account.
This commit is contained in:
parent
91c39fdef2
commit
c41cedc80d
1 changed files with 2 additions and 2 deletions
|
@ -1254,7 +1254,7 @@ return array(
|
||||||
|
|
||||||
$dcc_enabled = $dcc_product_status->dcc_is_active();
|
$dcc_enabled = $dcc_product_status->dcc_is_active();
|
||||||
|
|
||||||
$enabled_status_text = esc_html__( 'Status: Enabled', 'woocommerce-paypal-payments' );
|
$enabled_status_text = esc_html__( 'Status: Available', 'woocommerce-paypal-payments' );
|
||||||
$disabled_status_text = esc_html__( 'Status: Not yet enabled', 'woocommerce-paypal-payments' );
|
$disabled_status_text = esc_html__( 'Status: Not yet enabled', 'woocommerce-paypal-payments' );
|
||||||
|
|
||||||
$dcc_button_text = $dcc_enabled
|
$dcc_button_text = $dcc_enabled
|
||||||
|
@ -1287,7 +1287,7 @@ return array(
|
||||||
|
|
||||||
$pui_enabled = $pui_product_status->pui_is_active();
|
$pui_enabled = $pui_product_status->pui_is_active();
|
||||||
|
|
||||||
$enabled_status_text = esc_html__( 'Status: Enabled', 'woocommerce-paypal-payments' );
|
$enabled_status_text = esc_html__( 'Status: Available', 'woocommerce-paypal-payments' );
|
||||||
$disabled_status_text = esc_html__( 'Status: Not yet enabled', 'woocommerce-paypal-payments' );
|
$disabled_status_text = esc_html__( 'Status: Not yet enabled', 'woocommerce-paypal-payments' );
|
||||||
|
|
||||||
$enable_pui_url = $environment->current_environment_is( Environment::PRODUCTION )
|
$enable_pui_url = $environment->current_environment_is( Environment::PRODUCTION )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue