Update Software page empty state (#12462)

- Update copy for empty state
This commit is contained in:
Noah Talerman
2023-06-22 17:46:48 -04:00
committed by GitHub
parent 73f0648c9b
commit 8652d2b7ac
@@ -27,9 +27,9 @@ const EmptySoftwareTable = ({
header: `No ${
isFilterVulnerable ? "vulnerable " : ""
}software match the current search criteria`,
info: `Try again in about ${
isSandboxMode ? "15 minutes" : "1 hour"
} as the system catches up.`,
info: `This report is updated every ${
isSandboxMode ? "15 minutes" : "hour"
} to protect the performance of your devices.`,
};
if (isCollectingSoftware) {
emptySoftware.header = "No software detected";