From 18bdc1e6d6d5735a1fd1230e822ea30b260eabcf Mon Sep 17 00:00:00 2001 From: j Date: Sun, 26 Mar 2017 10:22:32 +0200 Subject: [PATCH] fix typo in config --- pandora/config.0xdb.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 702b013b6..71d6054db 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -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},