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
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
3e6372b3d4
Коммит
a0c91ef4af
@@ -85,7 +85,7 @@ export default class PolicySettings extends AdminSettings {
|
|||||||
helpText={
|
helpText={
|
||||||
<FormattedHTMLMessage
|
<FormattedHTMLMessage
|
||||||
id='admin.general.policy.teamInviteDescription'
|
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.'
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -490,7 +490,7 @@ class InviteMemberModal extends React.Component {
|
|||||||
<Modal.Title>
|
<Modal.Title>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='invite_member.newMember'
|
id='invite_member.newMember'
|
||||||
defaultMessage='Invite New Member'
|
defaultMessage='Send Email Invite'
|
||||||
/>
|
/>
|
||||||
</Modal.Title>
|
</Modal.Title>
|
||||||
</Modal.Header>
|
</Modal.Header>
|
||||||
|
|||||||
@@ -345,7 +345,7 @@
|
|||||||
"admin.general.policy.restrictPublicChannelDeletionTitle": "Enable public channel deletion for:",
|
"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.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.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.policy.teamInviteTitle": "Enable sending team invites from:",
|
||||||
"admin.general.privacy": "Privacy",
|
"admin.general.privacy": "Privacy",
|
||||||
"admin.general.usersAndTeams": "Users and Teams",
|
"admin.general.usersAndTeams": "Users and Teams",
|
||||||
@@ -1572,7 +1572,7 @@
|
|||||||
"invite_member.modalButton": "Yes, Discard",
|
"invite_member.modalButton": "Yes, Discard",
|
||||||
"invite_member.modalMessage": "You have unsent invitations, are you sure you want to discard them?",
|
"invite_member.modalMessage": "You have unsent invitations, are you sure you want to discard them?",
|
||||||
"invite_member.modalTitle": "Discard Invitations?",
|
"invite_member.modalTitle": "Discard Invitations?",
|
||||||
"invite_member.newMember": "Invite New Member",
|
"invite_member.newMember": "Send Email Invite",
|
||||||
"invite_member.send": "Send Invitation",
|
"invite_member.send": "Send Invitation",
|
||||||
"invite_member.send2": "Send Invitations",
|
"invite_member.send2": "Send Invitations",
|
||||||
"invite_member.sending": " Sending",
|
"invite_member.sending": " Sending",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user