mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Volume Purchasing Program (VPP): Edit teams modal (#26166)
- Update copy to accurately describe Fleet's current behavior: - App's are deleted - The app's policy is not deleted
This commit is contained in:
parent
9114d0405b
commit
90dcf82261
1 changed files with 2 additions and 3 deletions
|
|
@ -203,9 +203,8 @@ const EditTeamsVppModal = ({
|
|||
Edit teams for <b>{currentToken.org_name}</b>.
|
||||
</p>
|
||||
<p>
|
||||
If you delete a team, App Store apps will be deleted from that team,
|
||||
and policies that trigger automatic install of these apps will be
|
||||
deleted. Installed apps won't be uninstalled from hosts.
|
||||
If you delete a team, App Store apps will be deleted from that team.
|
||||
Installed apps won't be uninstalled from hosts.
|
||||
</p>
|
||||
<form onSubmit={onSave} className={baseClass} autoComplete="off">
|
||||
<TooltipWrapper
|
||||
|
|
|
|||
Loading…
Reference in a new issue