mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Update RealtimeLog.tsx
This commit is contained in:
parent
248722edbf
commit
a92fa260e1
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ export function RealtimeLog({ data }: { data: RealtimeData }) {
|
||||||
values={{
|
values={{
|
||||||
country: <b>{countryNames[country] || formatMessage(labels.unknown)}</b>,
|
country: <b>{countryNames[country] || formatMessage(labels.unknown)}</b>,
|
||||||
browser: <b>{BROWSERS[browser]}</b>,
|
browser: <b>{BROWSERS[browser]}</b>,
|
||||||
os: <b>{OS_NAMES[os]}</b>,
|
os: <b>{OS_NAMES[os] || os}</b>,
|
||||||
device: <b>{formatMessage(labels[device] || labels.unknown)}</b>,
|
device: <b>{formatMessage(labels[device] || labels.unknown)}</b>,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue