forked from 0x2620/pandora
typo
This commit is contained in:
parent
a4b022368e
commit
8791c2ef5b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pandora.ui.entityDialog = function() {
|
||||||
.css({overflowY: 'auto'}),
|
.css({overflowY: 'auto'}),
|
||||||
|
|
||||||
that = Ox.Dialog({
|
that = Ox.Dialog({
|
||||||
buttons: (ui.canManageEntities ? [
|
buttons: (ui.capabilities.canManageEntities ? [
|
||||||
Ox.Button({
|
Ox.Button({
|
||||||
id: 'edit',
|
id: 'edit',
|
||||||
title: Ox._('Edit Entity...')
|
title: Ox._('Edit Entity...')
|
||||||
|
|
Loading…
Reference in a new issue