minor wording changes in dialogs
This commit is contained in:
parent
73d6fa7c63
commit
4fa8f142f4
2 changed files with 4 additions and 4 deletions
|
@ -33,9 +33,9 @@ pandora.ui.statisticsDialog = function() {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
tabs = [
|
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: 'locations', title: 'Locations'},
|
||||||
{id: 'systems', title: 'Operating Systems and Browsers'}
|
{id: 'systems', title: 'Operating Systems & Browsers'}
|
||||||
],
|
],
|
||||||
|
|
||||||
$dialog = Ox.Dialog({
|
$dialog = Ox.Dialog({
|
||||||
|
@ -527,7 +527,7 @@ pandora.ui.statisticsDialog = function() {
|
||||||
},
|
},
|
||||||
keyWidth: 192,
|
keyWidth: 192,
|
||||||
sort: {key: 'value', operator: '-'},
|
sort: {key: 'value', operator: '-'},
|
||||||
title: 'Operating Systems and Browsers',
|
title: 'Operating Systems & Browsers',
|
||||||
width: chartWidth
|
width: chartWidth
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
|
|
|
@ -36,7 +36,7 @@ pandora.ui.usersDialog = function() {
|
||||||
}),
|
}),
|
||||||
|
|
||||||
$guestsCheckbox = Ox.Checkbox({
|
$guestsCheckbox = Ox.Checkbox({
|
||||||
title: 'Include Guests',
|
title: 'Include Guests & Robots',
|
||||||
value: false
|
value: false
|
||||||
})
|
})
|
||||||
.css({float: 'left', margin: '4px 4px 4px 2px'})
|
.css({float: 'left', margin: '4px 4px 4px 2px'})
|
||||||
|
|
Loading…
Reference in a new issue