mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
My device page: Change copy under "Updates" (#31449)
For the following unreleased bug: - #31414
This commit is contained in:
parent
af47ab191e
commit
e767146ae3
1 changed files with 2 additions and 11 deletions
|
|
@ -718,17 +718,8 @@ const SoftwareSelfService = ({
|
|||
header="Updates"
|
||||
subheader={
|
||||
<>
|
||||
The following app require updating.{" "}
|
||||
{contactUrl && (
|
||||
<span>
|
||||
If you need help,{" "}
|
||||
<CustomLink
|
||||
url={contactUrl}
|
||||
text="reach out to IT"
|
||||
newTab
|
||||
/>
|
||||
</span>
|
||||
)}
|
||||
Your device has outdated software. Update to address potential
|
||||
security vulnerabilities or compatibility issues.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue