fix typo in config

This commit is contained in:
j 2017-03-26 10:22:32 +02:00
parent b5e06e2da2
commit 18bdc1e6d6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
"canSeeDebugMenu": {"staff": true, "admin": true},
"canSeeExtraItemViews": {"staff": true, "admin": true},
"canSeeMedia": {"staff": true, "admin": true},
"canSeeDocument": {"guest": 1, "member": 1, "firend": 4, "staff": 4, "admin": 4},
"canSeeDocument": {"guest": 1, "member": 1, "friend": 4, "staff": 4, "admin": 4},
"canSeeItem": {"guest": 3, "member": 3, "friend": 4, "staff": 4, "admin": 4},
"canSeeSize": {"friend": true, "staff": true, "admin": true},
"canSeeSoftwareVersion": {"staff": true, "admin": true},