Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor change to test actions #26

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion woocommerce-gateway-gocardless.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="%s">connect your GoCardless account</a>.', 'woocommerce-gateway-gocardless' ), $this->get_setting_url() );
$message = sprintf( __( 'GoCardless is almost ready! To get started, please <a href="%s">connect your GoCardless account</a>.', 'woocommerce-gateway-gocardless' ), $this->get_setting_url() );

// For merchants that, maybe, have access token from legacy API.
if ( ! empty( $this->settings['access_token'] ) ) {
Expand Down
Loading