diff --git a/modules/ppcp-button/src/Assets/class-smartbutton.php b/modules/ppcp-button/src/Assets/class-smartbutton.php index bf53d847b..aafa8d260 100644 --- a/modules/ppcp-button/src/Assets/class-smartbutton.php +++ b/modules/ppcp-button/src/Assets/class-smartbutton.php @@ -224,8 +224,9 @@ class SmartButton implements SmartButtonInterface { $tokens = $payment_token_repository->all_for_user_id( get_current_user_id() ); if ( $tokens && $this->tokens_contains_card( $tokens ) ) { $output = sprintf( - '

', + esc_html__( 'Or select a saved Credit Card payment', 'woocommerce-paypal-payments' ), + esc_html__( 'Choose a saved payment', 'woocommerce-paypal-payments' ), ); foreach ( $tokens as $token ) { if ( isset( $token->source()->card ) ) {