mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
Updated messages.
This commit is contained in:
parent
7270d95240
commit
7071f5fba5
3 changed files with 6 additions and 12 deletions
|
|
@ -11,7 +11,7 @@ export default function DevicesTable({ websiteId, ...props }) {
|
|||
type="device"
|
||||
metric={<FormattedMessage id="metrics.visitors" defaultMessage="Visitors" />}
|
||||
websiteId={websiteId}
|
||||
renderLabel={({ x }) => getDeviceMessage(x)}
|
||||
renderLabel={({ x }) => <FormattedMessage {...getDeviceMessage(x)} />}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue