From 129962006c2ebcd195561ac556887dc87d32081c Mon Sep 17 00:00:00 2001 From: Starfall Date: Sat, 31 Jul 2021 12:33:59 -0500 Subject: en-cafe: Clarify the "show more for all" button Addresses mastodon/mastodon#16176 --- app/javascript/mastodon/locales/en-cafe.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/mastodon/locales/en-cafe.json b/app/javascript/mastodon/locales/en-cafe.json index 76b211bbd..fff7e8cd0 100755 --- a/app/javascript/mastodon/locales/en-cafe.json +++ b/app/javascript/mastodon/locales/en-cafe.json @@ -35,6 +35,7 @@ "status.open": "Expand this toot", "status.pinned": "Pinned toot", "status.reblogs.empty": "No one has boosted this toot yet. When someone does, they will show up here.", + "status.show_more_all": "Expand all toots", "timeline_hint.resources.statuses": "Older toots", "upload_form.edit": "Describe", -- cgit