diff options
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index ea481e154..03931aeff 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -713,6 +713,10 @@ { "defaultMessage": "the public timeline", "id": "empty_column.home.public_timeline" + }, + { + "defaultMessage": "Your home feed is empty. If you have been inactive for a while, it will be regenerated for you soon.", + "id": "empty_column.home.inactivity" } ], "path": "app/javascript/mastodon/features/home_timeline/index.json" |