mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Updated log merge logic to prevent duplicates.
This commit is contained in:
parent
8e0ea48c87
commit
5dd3110fbf
5 changed files with 44 additions and 17 deletions
|
|
@ -103,7 +103,7 @@ export default function RealtimeLog({ data, websites }) {
|
|||
return (
|
||||
<FormattedMessage
|
||||
id="message.log.visitor"
|
||||
defaultMessage="A visitor from {country} using {browser} on {os} {device}"
|
||||
defaultMessage="Visitor from {country} using {browser} on {os} {device}"
|
||||
values={{ country: countryNames[country], browser: BROWSERS[browser], os, device }}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue