Skip to content

Commit

Permalink
Add No thanks button, change CTA label
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 3, 2018
1 parent 33e1e56 commit 9829d79
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions client/layout/guided-tours/tours/jetpack-plugin-updates-tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
ButtonRow,
Continue,
makeTour,
Quit,
SiteLink,
Step,
Tour,
Expand Down Expand Up @@ -64,9 +65,12 @@ export const JetpackPluginUpdatesTour = makeTour(
'Jetpack will now autoupdate for you. Would you like to continue setting up the security essential features for your site?'
) }
</p>
<SiteLink isButton href={ '/checklist/:site' }>
{ translate( 'Return to the checklist' ) }
</SiteLink>
<ButtonRow>
<SiteLink isButton href={ '/checklist/:site' }>
{ translate( "Yes, let's do it." ) }
</SiteLink>
<Quit>{ translate( 'No thanks.' ) }</Quit>
</ButtonRow>
</Fragment>
) }
</Step>
Expand Down

0 comments on commit 9829d79

Please sign in to comment.