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:
Dustin Dauncey 2023-09-24 10:36:52 -07:00 committed by GitHub
parent fd5d5c692e
commit ef34bce270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',