@ -152,7 +152,7 @@ class HomeTimeline extends React.PureComponent {
scrollKey={`home_timeline-${columnId}`}
scrollKey={`home_timeline-${columnId}`}
onLoadMore={this.handleLoadMore}
onLoadMore={this.handleLoadMore}
timelineId='home'
timelineId='home'
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Visit {public} or use search to get started and meet other users.' values={{public:<Linkto='/timelines/public'><FormattedMessageid='empty_column.home.public_timeline' defaultMessage='the public timeline' /></Link> }} />}
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Follow more people to fill it up. {suggestions}' values={{suggestions:<Linkto='/start'><FormattedMessageid='empty_column.home.suggestions' defaultMessage='See some suggestions' /></Link> }} />}
constemptyMessage=<FormattedMessageid='empty_column.notifications'defaultMessage="You don't have any notifications yet. Interact with others to start the conversation." />;
constemptyMessage=<FormattedMessageid='empty_column.notifications'defaultMessage="You don't have any notifications yet. When other people interact with you, you will see it here." />;