diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index fb9e5115..d0ff714c 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -11,7 +11,7 @@ pandora.ui.statisticsDialog = function() { 'iOS': [0, 128, 255], 'Linux': [255, 128, 0], 'Mac OS X': [0, 255, 255], - 'UNIX': [255, 255, 0], + 'Unix': [255, 255, 0], 'Windows': [0, 0, 255] }, browser: { @@ -431,7 +431,7 @@ pandora.ui.statisticsDialog = function() { value .replace(/BSD \((.+)\)/, '$1') .replace(/Linux \((.+)\)/, '$1') - .replace(/UNIX \((.+)\)/, '$1') + .replace(/Unix \((.+)\)/, '$1') .replace(/Windows (NT \d+\.\d+) \((.+)\)/, 'Windows $2 ($1)') ) ).append( @@ -501,7 +501,7 @@ pandora.ui.statisticsDialog = function() { .replace(/BSD \((.+)\)/, '$1') .replace(/Linux \((.+)\)/, '$1') .replace(/(Mac OS X \d+\.\d+) \(.+\)/, '$1') - .replace(/UNIX \((.+)\)/, '$1') + .replace(/Unix \((.+)\)/, '$1') .replace(/Windows NT \d+\.\d+ \((.+)\)/, 'Windows $1') .replace(/Chrome Frame/, 'CF') .replace(/Internet Explorer/, 'IE') diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index ad86e84e..8fc3a14c 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -14,7 +14,7 @@ pandora.ui.usersDialog = function() { numberOfUsers = 0, systems = [ 'Android', 'BSD', 'iOS', 'Linux', - 'Mac OS X', 'UNIX', 'Windows' + 'Mac OS X', 'Unix', 'Windows' ], userLevels = Ox.merge( pandora.site.userLevels.map(function(userLevel) {