From 71bb70325fa31450e756474952addd598999fda4 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 12 Feb 2025 07:58:15 -0700 Subject: [PATCH] Minor change to test actions --- woocommerce-gateway-gocardless.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woocommerce-gateway-gocardless.php b/woocommerce-gateway-gocardless.php index 852448f..d7c3574 100644 --- a/woocommerce-gateway-gocardless.php +++ b/woocommerce-gateway-gocardless.php @@ -289,7 +289,7 @@ public function update_payment_method_title() { protected function _display_connect_notice() { // For merchants that don't have access token yet. /* translators: Link to connect GoCardless account */ - $message = sprintf( __( 'GoCardless is almost ready. To get started, please connect your GoCardless account.', 'woocommerce-gateway-gocardless' ), $this->get_setting_url() ); + $message = sprintf( __( 'GoCardless is almost ready! To get started, please connect your GoCardless account.', 'woocommerce-gateway-gocardless' ), $this->get_setting_url() ); // For merchants that, maybe, have access token from legacy API. if ( ! empty( $this->settings['access_token'] ) ) {