0
0
Fork 0

Rename from instance to server. (#9938)

This commit is contained in:
mayaeh 2019-02-06 03:11:24 +09:00 committed by Eugen Rochko
parent 3eb17a3bea
commit 46e806cd2f
12 changed files with 62 additions and 62 deletions

View file

@ -124,7 +124,7 @@ class PublicTimeline extends React.PureComponent {
onLoadMore={this.handleLoadMore}
trackScroll={!pinned}
scrollKey={`public_timeline-${columnId}`}
emptyMessage={<FormattedMessage id='empty_column.public' defaultMessage='There is nothing here! Write something publicly, or manually follow users from other instances to fill it up' />}
emptyMessage={<FormattedMessage id='empty_column.public' defaultMessage='There is nothing here! Write something publicly, or manually follow users from other servers to fill it up' />}
shouldUpdateScroll={shouldUpdateScroll}
/>
</Column>