mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
updated default add members text and groups text
This commit is contained in:
parent
ce6d6673a6
commit
f5b32cdadd
@ -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>
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user