about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/public_timeline
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-02-10 22:19:26 +0100
committerThibaut Girka <thib@sitedethib.com>2019-02-10 22:19:26 +0100
commitb47a53f90299a1fb52423aacbc0c23427e2eb132 (patch)
tree02345d3f300c1013aa4e3b8bae9df0eb14f64c47 /app/javascript/flavours/glitch/features/public_timeline
parent14a1bb703a98282349cc95ac9a561c795c6881a0 (diff)
[Glitch] Rename from instance to server.
Port 46e806cd2f14a5e45d66b4c23040855202818984 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/public_timeline')
-rw-r--r--app/javascript/flavours/glitch/features/public_timeline/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/public_timeline/index.js b/app/javascript/flavours/glitch/features/public_timeline/index.js
index 477d3b8c7..7fe472202 100644
--- a/app/javascript/flavours/glitch/features/public_timeline/index.js
+++ b/app/javascript/flavours/glitch/features/public_timeline/index.js
@@ -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>
     );