From c084c4ae4d12ad92941b54cbbda623320e93be22 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Fri, 29 Jul 2016 08:11:04 -0600 Subject: [PATCH] Policy help text (#3681) * Update policy_settings.jsx * Update en.json --- webapp/components/admin_console/policy_settings.jsx | 6 +++--- webapp/i18n/en.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/components/admin_console/policy_settings.jsx b/webapp/components/admin_console/policy_settings.jsx index cfb1708917..501e3724e2 100644 --- a/webapp/components/admin_console/policy_settings.jsx +++ b/webapp/components/admin_console/policy_settings.jsx @@ -69,7 +69,7 @@ export default class PolicySettings extends AdminSettings { helpText={ } /> @@ -91,7 +91,7 @@ export default class PolicySettings extends AdminSettings { helpText={ } /> @@ -113,7 +113,7 @@ export default class PolicySettings extends AdminSettings { helpText={ } /> diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 5a53cefcd1..e78548fc4d 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -246,11 +246,11 @@ "admin.general.policy.permissionsAdmin": "Team and System Admins", "admin.general.policy.permissionsAll": "All team members", "admin.general.policy.permissionsSystemAdmin": "System Admins", - "admin.general.policy.restrictPrivateChannelManagementDescription": "Selecting \"All team members\" allows any team members to create, delete, rename, and set the header or purpose for private groups.

Selecting \"Team and System Admins\" restricts group management permissions for private groups to Team and System Admins, including creating, deleting, renaming, and setting the group header or purpose.

Selecting \"System Admins\" restricts group management permissions for private groups to System Admins, including creating, deleting, renaming, and setting the group header or purpose.", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Set policy on who can create, delete, rename, and set the header or purpose for private groups.", "admin.general.policy.restrictPrivateChannelManagementTitle": "Enable private group management permissions for:", - "admin.general.policy.restrictPublicChannelManagementDescription": "Selecting \"All team members\" allows any team members to create, delete, rename, and set the header or purpose for public channels.

Selecting \"Team and System Admins\" restricts channel management permissions for public channels to Team and System Admins, including creating, deleting, renaming, and setting the channel header or purpose.

Selecting \"System Admins\" restricts channel management permissions for public channels to System Admins, including creating, deleting, renaming, and setting the channel header or purpose.", + "admin.general.policy.restrictPublicChannelManagementDescription": "Set policy on who can create, delete, rename, and set the header or purpose for public channels.", "admin.general.policy.restrictPublicChannelManagementTitle": "Enable public channel management permissions for:", - "admin.general.policy.teamInviteDescription": "Selecting \"All team members\" allows any team member to invite others using an email invitation or team invite link.

Selecting \"Team and System Admins\" hides the email invitation and team invite link in the Main Menu from users who are not Team or System Admins. Note: If \"Get Team Invite Link\" is used to share a link, it will need to be regenerated after the desired users joined the team.

Selecting \"System Admins\" hides the email invitation and team invite link in the Main Menu from users who are not System Admins. Note: If \"Get Team Invite Link\" is used to share a link, it will need to be regenerated after the desired users joined the team.", + "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.teamInviteTitle": "Enable sending team invites from:", "admin.general.privacy": "Privacy", "admin.general.usersAndTeams": "Users and Teams",