@ -120,7 +120,7 @@ class Onboarding extends ImmutablePureComponent {
<divclassName='onboarding__steps'>
<SteponClick={this.handleProfileClick}href='/settings/profile'completed={(!account.get('avatar').endsWith('missing.png'))||(account.get('display_name').length>0&&account.get('note').length>0)}icon='address-book-o'label={<FormattedMessageid='onboarding.steps.setup_profile.title'defaultMessage='Customize your profile'/>}description={<FormattedMessageid='onboarding.steps.setup_profile.body'defaultMessage='Others are more likely to interact with you with a filled out profile.'/>}/>
<SteponClick={this.handleFollowClick}completed={(account.get('following_count')*1)>=7}icon='user-plus'label={<FormattedMessageid='onboarding.steps.follow_people.title'defaultMessage='Follow {count, plural, one {one person} other {# people}}' values={{count:7}}/>}description={<FormattedMessageid='onboarding.steps.follow_people.body'defaultMessage="You curate your own feed. Let's fill it with interesting people." />}/>
<SteponClick={this.handleFollowClick}completed={(account.get('following_count')*1)>=7}icon='user-plus'label={<FormattedMessageid='onboarding.steps.follow_people.title'defaultMessage='Find at least {count, plural, one {one person} other {# people}} to follow' values={{count:7}}/>}description={<FormattedMessageid='onboarding.steps.follow_people.body'defaultMessage="You curate your own home feed. Let's fill it with interesting people." />}/>
<SteponClick={this.handleComposeClick}completed={(account.get('statuses_count')*1)>=1}icon='pencil-square-o'label={<FormattedMessageid='onboarding.steps.publish_status.title'defaultMessage='Make your first post'/>}description={<FormattedMessageid='onboarding.steps.publish_status.body'defaultMessage='Say hello to the world.'/>}/>
<SteponClick={this.handleShareClick}completed={shareClicked}icon='copy'label={<FormattedMessageid='onboarding.steps.share_profile.title'defaultMessage='Share your profile'/>}description={<FormattedMessageid='onboarding.steps.share_profile.body'defaultMessage='Let your friends know how to find you on Mastodon!'/>}/>