diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index f92a8fe9..8c4f492a 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -33,9 +33,9 @@ pandora.ui.statisticsDialog = function() { ] }, tabs = [ - {id: 'seen', title: 'First Seen and Last Seen', selected: true}, + {id: 'seen', title: 'First Seen & Last Seen', selected: true}, {id: 'locations', title: 'Locations'}, - {id: 'systems', title: 'Operating Systems and Browsers'} + {id: 'systems', title: 'Operating Systems & Browsers'} ], $dialog = Ox.Dialog({ @@ -527,7 +527,7 @@ pandora.ui.statisticsDialog = function() { }, keyWidth: 192, sort: {key: 'value', operator: '-'}, - title: 'Operating Systems and Browsers', + title: 'Operating Systems & Browsers', width: chartWidth }) .css({ diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 6c20e676..27ea4e1d 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -36,7 +36,7 @@ pandora.ui.usersDialog = function() { }), $guestsCheckbox = Ox.Checkbox({ - title: 'Include Guests', + title: 'Include Guests & Robots', value: false }) .css({float: 'left', margin: '4px 4px 4px 2px'})