Skip to content

Commit

Permalink
Post-checkout: adapt the number and copy of the buttons in the Search…
Browse files Browse the repository at this point in the history
… Thank you modal. (#41384)
  • Loading branch information
AnnaMag authored Apr 27, 2020
1 parent f5e1dd6 commit 31d4897
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,7 @@ export class ThankYouCard extends Component {
href={ siteAdminUrl + 'customize.php?autofocus[section]=jetpack_search' }
onClick={ () => recordThankYouClick( 'customizer' ) }
>
{ translate( 'Customize Search now' ) }
</Button>

<Button
href={ siteAdminUrl + 'admin.php?page=jetpack#/dashboard' }
onClick={ () => recordThankYouClick( 'my_site' ) }
>
{ translate( 'Go back to my site' ) }
{ translate( 'Try Search and customize it now' ) }
</Button>
</p>
) }
Expand Down

0 comments on commit 31d4897

Please sign in to comment.