Skip to content

Commit

Permalink
Merge pull request #2002 from woocommerce/PCP-2416-improve-onboarding…
Browse files Browse the repository at this point in the history
…-notice-text

Improve onboarding notice text (2416)
  • Loading branch information
Dinamiko authored Feb 1, 2024
2 parents 9988675 + b854126 commit 0054a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ppcp-wc-gateway/src/Notice/ConnectAdminNotice.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function connect_message() {
$message = sprintf(
/* translators: %1$s the gateway name. */
__(
'PayPal Payments is almost ready. To get started, <a href="%1$s">connect your account</a>.',
'PayPal Payments is almost ready. To get started, connect your account with the <b>Activate PayPal</b> button <a href="%1$s">on the Account Setup page</a>.',
'woocommerce-paypal-payments'
),
admin_url( 'admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway&ppcp-tab=' . Settings::CONNECTION_TAB_ID )
Expand Down

0 comments on commit 0054a35

Please sign in to comment.