updated default add members text and groups text

This commit is contained in:
Matthew Birtch 2024-03-15 08:48:05 -04:00
parent ce6d6673a6
commit f5b32cdadd
2 changed files with 4 additions and 4 deletions

View File

@ -121,17 +121,17 @@ const MoreThanMaxFreeUsers = ({channel, pluginButtons}: {channel: Channel; plugi
{isPrivate && channel.group_constrained &&
<FormattedMessage
id='intro_messages.inviteGropusToChannel.button'
defaultMessage='Add groups to this channel'
defaultMessage='Add groups'
/>}
{isPrivate && !channel.group_constrained &&
<FormattedMessage
id='intro_messages.inviteMembersToChannel.button'
defaultMessage='Add members'
defaultMessage='Add people'
/>}
{!isPrivate &&
<FormattedMessage
id='intro_messages.inviteMembersToChannel.button'
defaultMessage='Add members'
defaultMessage='Add people'
/>}
</ToggleModalButton>
</ChannelPermissionGate>

View File

@ -3965,7 +3965,7 @@
"intro_messages.GM.muted": "This group message is currently <b>muted</b>, so you will not be notified.",
"intro_messages.GM.none": "You have selected to <b>never</b> be notified in this group message.",
"intro_messages.group_message": "This is the start of your group message history with these teammates. ",
"intro_messages.inviteGropusToChannel.button": "Add groups to this private channel",
"intro_messages.inviteGropusToChannel.button": "Add groups",
"intro_messages.inviteMembersToChannel.button": "Add people",
"intro_messages.inviteOthers": "Invite others to this team",
"intro_messages.inviteOthersToWorkspace.button": "Invite others to the workspace",