From 737c43d8478a45a76815a2e9bb558dc9042d6809 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 13 Mar 2023 13:26:22 -0400 Subject: [PATCH] Fix i18n --- app/soapbox/locales/en.json | 4 ++++ 1 file changed, 4 insertions(+) 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}",