mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Revise copy for OS updates feature to reflect cross-platform support (#15402)
This commit is contained in:
parent
294c060f2b
commit
5835cad7e4
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ const OSUpdates = ({ router, teamIdForApi }: IOSUpdates) => {
|
|||
return (
|
||||
<div className={baseClass}>
|
||||
<p className={`${baseClass}__description`}>
|
||||
Remotely encourage the installation of macOS updates on hosts assigned
|
||||
to this team.
|
||||
Remotely encourage the installation of software updates on hosts
|
||||
assigned to this team.
|
||||
</p>
|
||||
<div className={`${baseClass}__content`}>
|
||||
<div className={`${baseClass}__form-table-content`}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue