diff --git a/static/js/pandora/menu.js b/static/js/pandora/menu.js index bfd9f6f5..f68b2813 100644 --- a/static/js/pandora/menu.js +++ b/static/js/pandora/menu.js @@ -104,8 +104,8 @@ pandora.ui.mainMenu = function() { {}, { id: 'theme', title: 'Theme', items: [ { group: 'settheme', min: 1, max: 1, items: [ - { id: 'classic', title: 'Classic', checked: ui.theme == 'classic'}, - { id: 'modern', title: 'Modern', checked: ui.theme == 'modern' } + { id: 'classic', title: 'Light', checked: ui.theme == 'classic'}, + { id: 'modern', title: 'Dark', checked: ui.theme == 'modern' } ]} ] } ]},