summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/policy_settings.jsx
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-04-04 18:48:20 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-04-04 18:48:20 -0400
commita0c91ef4afceffb100c75bd67585021a13abc24e (patch)
tree9f9e9784a0ba78511c990e998781617acafbc52b /webapp/components/admin_console/policy_settings.jsx
parent3e6372b3d49ab9b0220c88aa0cc044e5ceaef9de (diff)
downloadchat-a0c91ef4afceffb100c75bd67585021a13abc24e.tar.gz
chat-a0c91ef4afceffb100c75bd67585021a13abc24e.tar.bz2
chat-a0c91ef4afceffb100c75bd67585021a13abc24e.zip
Fix missed string changes of "Invite New Member" to "Send Email Invite" (#5983)
* Update invite_member_modal.jsx * Update policy_settings.jsx * Update en.json
Diffstat (limited to 'webapp/components/admin_console/policy_settings.jsx')
-rw-r--r--webapp/components/admin_console/policy_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/policy_settings.jsx b/webapp/components/admin_console/policy_settings.jsx
index 471d2d336..3fb753edc 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={
<FormattedHTMLMessage
id='admin.general.policy.teamInviteDescription'
- defaultMessage='Set policy on who can invite others to a team using <b>Invite New Member</b> to invite new users by email, or the <b>Get Team Invite Link</b> options from the Main Menu. If <b>Get Team Invite Link</b> is used to share a link, you can expire the invite code from <b>Team Settings</b> > <b>Invite Code</b> after the desired users join the team.'
+ defaultMessage='Set policy on who can invite others to a team using <b>Send Email Invite</b> to invite new users by email, or the <b>Get Team Invite Link</b> and <b>Add Members to Team</b> options from the Main Menu. If <b>Get Team Invite Link</b> is used to share a link, you can expire the invite code from <b>Team Settings</b> > <b>Invite Code</b> after the desired users join the team.'
/>
}
/>