mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Change onboarding buttons text
This commit is contained in:
parent
2e50e59940
commit
72c9bd1bef
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class OnboardingRenderer {
|
|||
$this->render_button(
|
||||
$this->get_signup_link( $is_production, $products ),
|
||||
$id,
|
||||
$is_production ? __( 'Connect PayPal', 'woocommerce-paypal-payments' ) : __( 'Test Payments', 'woocommerce-paypal-payments' ),
|
||||
$is_production ? __( 'Connect with PayPal', 'woocommerce-paypal-payments' ) : __( 'Test payments with PayPal sandbox', 'woocommerce-paypal-payments' ),
|
||||
$is_production ? 'primary' : 'secondary',
|
||||
$is_production ? 'production' : 'sandbox'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue