From d06ff832a3768e4e96c2e676ed52259cc846cd86 Mon Sep 17 00:00:00 2001 From: Eric Binnion Date: Wed, 19 Oct 2016 19:39:19 -0500 Subject: [PATCH 1/2] Admin Page: Fix incorrect create account link --- _inc/client/components/jetpack-connect/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_inc/client/components/jetpack-connect/index.jsx b/_inc/client/components/jetpack-connect/index.jsx index 1817cf05850ae..61576d05c0117 100644 --- a/_inc/client/components/jetpack-connect/index.jsx +++ b/_inc/client/components/jetpack-connect/index.jsx @@ -29,7 +29,7 @@ const JetpackConnect = React.createClass( {

- + { __( 'No account? Create one for free…' ) }

From 4db5c706fcbaff44780e70093dabb7b0d8a19d1d Mon Sep 17 00:00:00 2001 From: roccotripaldi Date: Thu, 20 Oct 2016 12:11:45 -0400 Subject: [PATCH 2/2] Jetpack Connect Component - update the new account URL --- _inc/client/components/jetpack-connect/index.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_inc/client/components/jetpack-connect/index.jsx b/_inc/client/components/jetpack-connect/index.jsx index 61576d05c0117..0fb963e76e8f0 100644 --- a/_inc/client/components/jetpack-connect/index.jsx +++ b/_inc/client/components/jetpack-connect/index.jsx @@ -17,6 +17,8 @@ const JetpackConnect = React.createClass( { displayName: 'JetpackConnect', render: function() { + const newAccountUrl = this.props.connectUrl + '&from=new-account-button'; + return (

@@ -29,7 +31,7 @@ const JetpackConnect = React.createClass( {

- + { __( 'No account? Create one for free…' ) }

@@ -216,7 +218,7 @@ const JetpackConnect = React.createClass( {

- + { __( 'No account? Create one for free…' ) }