]> cat aescling's git repositories - mastodon.git/commitdiff
Adjust empty list timeline message (#5997)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 13 Dec 2017 01:40:32 +0000 (02:40 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2017 01:40:32 +0000 (02:40 +0100)
app/javascript/mastodon/features/list_timeline/index.js
app/javascript/mastodon/locales/en.json

index 1dcd4de144f07f47c33ebc68fdf22373a537ee98..ae136e48f9b031397977edac13b07f9f0c0eb3ef 100644 (file)
@@ -161,7 +161,7 @@ export default class ListTimeline extends React.PureComponent {
           scrollKey={`list_timeline-${columnId}`}
           timelineId={`list:${id}`}
           loadMore={this.handleLoadMore}
-          emptyMessage={<FormattedMessage id='empty_column.list' defaultMessage='There is nothing in this list yet.' />}
+          emptyMessage={<FormattedMessage id='empty_column.list' defaultMessage='There is nothing in this list yet. When members of this list post new statuses, they will appear here.' />}
         />
       </Column>
     );
index 3633025b8b18bf754a26eb743003e7565c0d2cb2..5c39bd682d3fa102e4288b41c1f98f9a8fb1488f 100644 (file)
@@ -91,7 +91,7 @@
   "empty_column.hashtag": "There is nothing in this hashtag yet.",
   "empty_column.home": "Your home timeline is empty! Visit {public} or use search to get started and meet other users.",
   "empty_column.home.public_timeline": "the public timeline",
-  "empty_column.list": "There is nothing in this list yet.",
+  "empty_column.list": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
   "empty_column.notifications": "You don't have any notifications yet. Interact with others to start the conversation.",
   "empty_column.public": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
   "follow_request.authorize": "Authorize",