mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fleet UI: Update software/titles/:id on a team view with no software installed (#21153)
This commit is contained in:
parent
269cccc540
commit
08bc4fe8b5
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ const SoftwareTitleDetailsPage = ({
|
|||
return (
|
||||
<DetailsNoHosts
|
||||
header="Software not detected"
|
||||
details="No hosts have this software installed."
|
||||
details="Expecting to see software? Check back later."
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue