mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
Update constants.ts for OS name styling
Corrected some styling issues such as "Mac OS" to be "macOS" and "Chrome OS" to be "ChromeOS", etc.
This commit is contained in:
parent
fd5d5c692e
commit
ef34bce270
1 changed files with 3 additions and 3 deletions
|
|
@ -228,13 +228,13 @@ export const EVENT_NAME_LENGTH = 50;
|
||||||
|
|
||||||
export const DESKTOP_OS = [
|
export const DESKTOP_OS = [
|
||||||
'BeOS',
|
'BeOS',
|
||||||
'Chrome OS',
|
'ChromeOS',
|
||||||
'Linux',
|
'Linux',
|
||||||
'Mac OS',
|
'macOS',
|
||||||
'Open BSD',
|
'Open BSD',
|
||||||
'OS/2',
|
'OS/2',
|
||||||
'QNX',
|
'QNX',
|
||||||
'Sun OS',
|
'SunOS',
|
||||||
'Windows 10',
|
'Windows 10',
|
||||||
'Windows 2000',
|
'Windows 2000',
|
||||||
'Windows 3.11',
|
'Windows 3.11',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue