Skip to content

Commit

Permalink
AI Assistant: Update connection button text (#39031)
Browse files Browse the repository at this point in the history
* change connection button text

* changelog
  • Loading branch information
dhasilva committed Aug 22, 2024
1 parent ddd3a58 commit b1c37fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

AI Assistant: Update connection button text
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ConnectPrompt = () => {

return (
<Nudge
buttonText={ __( 'Reconnect Jetpack', 'jetpack' ) }
buttonText={ __( 'Connect Jetpack', 'jetpack' ) }
checkoutUrl={ checkoutUrl }
className={ 'jetpack-ai-connect-banner' }
description={ __( 'Your account is not connected to Jetpack at the moment.', 'jetpack' ) }
Expand Down

0 comments on commit b1c37fb

Please sign in to comment.