diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index 1f3393337..5fe7e29f0 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -1254,7 +1254,7 @@ return array( $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' ); $dcc_button_text = $dcc_enabled @@ -1287,7 +1287,7 @@ return array( $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' ); $enable_pui_url = $environment->current_environment_is( Environment::PRODUCTION )