s/activivities/activities (#36768)

Co-authored-by: RachelElysia <71795832+RachelElysia@users.noreply.github.com>
Co-authored-by: Lucas Manuel Rodriguez <lucas@fleetdm.com>
This commit is contained in:
Ian Littman 2025-12-05 11:32:08 -06:00 committed by GitHub
parent c28a10a8b6
commit b57469e20c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -296,7 +296,7 @@ const ActivityFeed = ({
const renderNoActivities = () => {
return (
<EmptyTable
header="No activivities match the curent criteria"
header="No activities match the current criteria"
info="Try editing a query, updating your policies, or running a live query."
/>
);