diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 5d6261d3f..c6a7fbb67 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -818,6 +818,10 @@ "groups.discover.suggested.title": "Suggested For You", "groups.empty.subtitle": "Start discovering groups to join or create your own.", "groups.empty.title": "No Groups yet", + "groups.pending.count": "{number, plural, one {# pending request} other {# pending requests}}", + "groups.pending.empty.subtitle": "You have no pending requests at this time.", + "groups.pending.empty.title": "No pending requests", + "groups.pending.label": "Pending Requests", "hashtag.column_header.tag_mode.all": "and {additional}", "hashtag.column_header.tag_mode.any": "or {additional}", "hashtag.column_header.tag_mode.none": "without {additional}",