Skip to content

Commit

Permalink
OS X was renamed to macOS with Sierra
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Apr 17, 2017
1 parent f56fd12 commit 2fbaac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_sessions/templatetags/user_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
(re.compile('Linux'), _('Linux')),
(re.compile('iPhone'), _('iPhone')),
(re.compile('iPad'), _('iPad')),
(re.compile('Mac OS X 10_9'), _('macOS Mavericks')),
(re.compile('Mac OS X 10_10'), _('macOS Yosemite')),
(re.compile('Mac OS X 10_11'), _('macOS El Capitan')),
(re.compile('Mac OS X 10_9'), _('OS X Mavericks')),
(re.compile('Mac OS X 10_10'), _('OS X Yosemite')),
(re.compile('Mac OS X 10_11'), _('OS X El Capitan')),
(re.compile('Mac OS X 10_12'), _('macOS Sierra')),
(re.compile('Mac OS X'), _('OS X')),
(re.compile('NT 5.1'), _('Windows XP')),
Expand Down

0 comments on commit 2fbaac6

Please sign in to comment.