[Glitch] Rename from instance to server.

Port 46e806cd2f to glitch-soc
This commit is contained in:
Thibaut Girka
2019-02-10 22:19:26 +01:00
parent 14a1bb703a
commit b47a53f902
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ export default 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' />}
/>
</Column>
);