mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Added retention screen.
This commit is contained in:
parent
d0d11225f4
commit
bce6737f29
12 changed files with 164 additions and 45 deletions
|
|
@ -29,7 +29,7 @@ export function ActiveUsers({
|
|||
return (
|
||||
<StatusLight variant="success">
|
||||
<Text size="2" weight="bold">
|
||||
{formatMessage(messages.activeUsers, { x: count })}
|
||||
{formatMessage(messages.numberOfUsers, { x: count })}
|
||||
</Text>
|
||||
</StatusLight>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue