Skip to content

Commit

Permalink
Merge pull request #133 from newfold-labs/improve/welcome-step-content
Browse files Browse the repository at this point in the history
Welcome step content improvements
  • Loading branch information
arunshenoy99 authored Dec 12, 2022
2 parents 2881f9a + 5f55c18 commit 9a334ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/OnboardingSPA/pages/Steps/GetStarted/Welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const StepWelcome = () => {
tabs={tabContent.tabs.map( ( tab ) => {
return {
name: __( tab.name , 'wp-module-onboarding'),
title: __( tab.title , 'wp-module-onboarding'),
title: __( tab.subtitle , 'wp-module-onboarding'),
content: <Tab
title={ __(tab.title, 'wp-module-onboarding')}
text={ sprintf( __(tab.text, 'wp-module-onboarding'), translations('site'))}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@
{
"name": "tab1",
"title": "YOUR CONTENT",
"text": "Build a beautiful %s with WordPress Blocks and pre-built Block Patterns for common web content layouts.",
"subtitle": "Publish boldly with WordPress Blocks.",
"text": "Build a beautiful %s using a visual builder. Block Patterns accelerate layout assembly and storytelling with premade designs.",
"imgType": "content-img"
},
{
"name": "tab2",
"title": "POWERFUL FEATURES",
"text": "Start a %s, email newsletter, podcast, course, and more using WordPress Plugins and Bluehost.",
"subtitle": "Proven, easy-to-use solutions.",
"text": "WordPress make it easy to grow your %s. Send a newsletter, host a podcast or create courses. Your site grows for your next big idea.",
"imgType": "features-img"
},
{
"name": "tab3",
"title": "MODERN DESIGN",
"text": "Setup and refine your %s's design styles, header, footer, and page layout templates in the WordPress Site Editor.",
"subtitle": "Paint trim. Move walls. No sweat.",
"text": "Pick your %s's unique design now and refine by customing your block templates, colors and fonts in the WordPress Site Editor.",
"imgType": "design-img"
}
]
Expand Down

0 comments on commit 9a334ab

Please sign in to comment.