From 19dfaab36ff57bef037cc6cc9fbde708d4fad23c Mon Sep 17 00:00:00 2001 From: j Date: Sun, 2 Jun 2024 10:38:01 +0100 Subject: [PATCH] fix title --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index a699394..6090e87 100644 --- a/config.jsonc +++ b/config.jsonc @@ -397,7 +397,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "keys": [ {"id": "id", "title": "ID", "type": "string"}, {"id": "name", "title": "Name", "type": "string"}, - {"id": "description", "title": "Biography", "type": "text"}, + {"id": "description", "title": "Description", "type": "text"}, {"id": "image", "title": "Image", "type": "document"} ] }