diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-21 17:24:39 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-21 17:24:39 +0000 |
| commit | c3fa2c90e2e09619ddc72d2c19ea223d49c9d349 (patch) | |
| tree | 8887a68b286fdb5c9c22d44a215074cf1df44c7d /src/i18n | |
| parent | 254b0afab747ad6e67b675bdf233b9dfcbc59f0b (diff) | |
| parent | e20a7be3aa4973400cd670347ff038a78eb12e4e (diff) | |
Merge branch 'issue-376-no-statuses' into 'develop'
#376: update status timeline when it's empty
Closes #376
See merge request pleroma/pleroma-fe!601
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 78e8fced..cf838bae 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -342,7 +342,8 @@ "repeated": "repeated", "show_new": "Show new", "up_to_date": "Up-to-date", - "no_more_statuses": "No more statuses" + "no_more_statuses": "No more statuses", + "no_statuses": "No statuses" }, "user_card": { "approve": "Approve", |
