Fleet UI: Update software/titles/:id on a team view with no software installed (#21153)

This commit is contained in:
RachelElysia 2024-08-07 15:14:51 -04:00 committed by GitHub
parent 269cccc540
commit 08bc4fe8b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
/>
);
}