diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 3f6c24526..8c378c652 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -1039,6 +1039,7 @@ "navbar.login.username.placeholder": "Email or username", "navigation.chats": "Chats", "navigation.compose": "Compose", + "navigation.compose_group": "Compose to Group", "navigation.dashboard": "Dashboard", "navigation.developers": "Developers", "navigation.direct_messages": "Messages", @@ -1052,6 +1053,8 @@ "navigation_bar.compose_direct": "Direct message", "navigation_bar.compose_edit": "Edit post", "navigation_bar.compose_event": "Manage event", + "navigation_bar.compose_group": "Compose to group", + "navigation_bar.compose_group_reply": "Reply to group post", "navigation_bar.compose_quote": "Quote post", "navigation_bar.compose_reply": "Reply to post", "navigation_bar.create_event": "Create new event",