Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Fix missed string changes of "Invite New Member" to "Send Email Invit…
Browse files Browse the repository at this point in the history
…e" (#5983)

* Update invite_member_modal.jsx

* Update policy_settings.jsx

* Update en.json
  • Loading branch information
jasonblais authored and jwilander committed Apr 4, 2017
1 parent ddca322 commit 5dcb159
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/admin_console/policy_settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
/>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion components/invite_member_modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ class InviteMemberModal extends React.Component {
<Modal.Title>
<FormattedMessage
id='invite_member.newMember'
defaultMessage='Invite New Member'
defaultMessage='Send Email Invite'
/>
</Modal.Title>
</Modal.Header>
Expand Down
4 changes: 2 additions & 2 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.",
"admin.general.policy.teamInviteDescription": "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.",
"admin.general.policy.teamInviteTitle": "Enable sending team invites from:",
"admin.general.privacy": "Privacy",
"admin.general.usersAndTeams": "Users and Teams",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5dcb159

Please sign in to comment.