Adjust naming of public timeline -> "local timeline" vs "whole known network"
This commit is contained in:
parent
c50256d25c
commit
6b4ef92c6f
5 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,7 @@ import ColumnBackButtonSlim from '../../components/column_back_button_slim';
|
|||
import createStream from '../../stream';
|
||||
|
||||
const messages = defineMessages({
|
||||
title: { id: 'column.community', defaultMessage: 'Public' }
|
||||
title: { id: 'column.community', defaultMessage: 'Local' }
|
||||
});
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
@ -63,7 +63,7 @@ const CommunityTimeline = React.createClass({
|
|||
return (
|
||||
<Column icon='users' heading={intl.formatMessage(messages.title)}>
|
||||
<ColumnBackButtonSlim />
|
||||
<StatusListContainer type='community' emptyMessage={<FormattedMessage id='empty_column.community' defaultMessage='The community timeline is empty. Write something publicly to get the ball rolling!' />} />
|
||||
<StatusListContainer type='community' emptyMessage={<FormattedMessage id='empty_column.community' defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!' />} />
|
||||
</Column>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue