mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
c28a10a8b6
commit
b57469e20c
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue