typo
This commit is contained in:
parent
cfdaaa4464
commit
5ac4f4526c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pandora.ui.sectionSelect = function() {
|
||||||
id: 'sectionSelect',
|
id: 'sectionSelect',
|
||||||
items: [
|
items: [
|
||||||
{id: 'items', title: Ox._(pandora.site.itemName.plural)},
|
{id: 'items', title: Ox._(pandora.site.itemName.plural)},
|
||||||
{id: 'edits', title: Ox._('Edits'), disabled: pandora.user.level != 'admin'}
|
{id: 'edits', title: Ox._('Edits'), disabled: pandora.user.level != 'admin'},
|
||||||
{id: 'texts', title: Ox._('Texts'), disabled: pandora.user.level != 'admin'}
|
{id: 'texts', title: Ox._('Texts'), disabled: pandora.user.level != 'admin'}
|
||||||
],
|
],
|
||||||
value: pandora.user.ui.section
|
value: pandora.user.ui.section
|
||||||
|
|
Loading…
Reference in a new issue