diff --git a/webapp/components/admin_console/policy_settings.jsx b/webapp/components/admin_console/policy_settings.jsx index 471d2d3361..3fb753edca 100644 --- a/webapp/components/admin_console/policy_settings.jsx +++ b/webapp/components/admin_console/policy_settings.jsx @@ -85,7 +85,7 @@ export default class PolicySettings extends AdminSettings { helpText={ } /> diff --git a/webapp/components/invite_member_modal.jsx b/webapp/components/invite_member_modal.jsx index 71bb0168bc..849d5f274f 100644 --- a/webapp/components/invite_member_modal.jsx +++ b/webapp/components/invite_member_modal.jsx @@ -490,7 +490,7 @@ class InviteMemberModal extends React.Component { diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 7515c52fd4..1d304b52ef 100755 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -345,7 +345,7 @@ "admin.general.policy.restrictPublicChannelDeletionTitle": "Enable public channel deletion for:", "admin.general.policy.restrictPublicChannelManagementDescription": "Set policy on who can rename and set the header or purpose for public channels.", "admin.general.policy.restrictPublicChannelManagementTitle": "Enable public channel renaming for:", - "admin.general.policy.teamInviteDescription": "Set policy on who can invite others to a team using Invite New Member to invite new users by email, or the Get Team Invite Link options from the Main Menu. If Get Team Invite Link is used to share a link, you can expire the invite code from Team Settings > Invite Code after the desired users join the team.", + "admin.general.policy.teamInviteDescription": "Set policy on who can invite others to a team using Send Email Invite to invite new users by email, or the Get Team Invite Link and Add Members to Team options from the Main Menu. If Get Team Invite Link is used to share a link, you can expire the invite code from Team Settings > Invite Code after the desired users join the team.", "admin.general.policy.teamInviteTitle": "Enable sending team invites from:", "admin.general.privacy": "Privacy", "admin.general.usersAndTeams": "Users and Teams", @@ -1572,7 +1572,7 @@ "invite_member.modalButton": "Yes, Discard", "invite_member.modalMessage": "You have unsent invitations, are you sure you want to discard them?", "invite_member.modalTitle": "Discard Invitations?", - "invite_member.newMember": "Invite New Member", + "invite_member.newMember": "Send Email Invite", "invite_member.send": "Send Invitation", "invite_member.send2": "Send Invitations", "invite_member.sending": " Sending",