forked from 0x2620/pandora
typo
This commit is contained in:
parent
898f73e15f
commit
51963b0984
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
$itemMenu.setItemTitle('delete', Ox._('Delete {0}...', [
|
||||
Ox._(ui.entitiesSelection[type].length < 2 ? 'Entity' : 'Entities')
|
||||
]));
|
||||
$deselectButton[data.ids.length ? 'show' : 'hide']();
|
||||
$deselectButton[ui.entitiesSelection[type].length ? 'show' : 'hide']();
|
||||
renderForm();
|
||||
$itemStatus.html(text[0].toUpperCase() + text.slice(1));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue