Skip to content

Commit

Permalink
Post-rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf committed Apr 8, 2016
1 parent 09df60a commit 38b2706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/guidestours/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ const config = {
placement: 'below',
text: i18n.translate( "First things first. Up here, you'll find tools for managing your site's content and design." ),
next: 'posts-pages',
showPreview: true,
},
'posts-pages': {
text: i18n.translate( "Posts aren't Pages. Would you like to know more?" ),
type: 'GuidesLinkStep',
linkLabel: i18n.translate( 'Learn more about Posts and Pages' ),
linkUrl: 'https://en.support.wordpress.com/post-vs-page/',
next: 'reader',
showPreview: true,
},
reader: {
target: 'reader',
Expand Down

0 comments on commit 38b2706

Please sign in to comment.