diff --git a/schemas/documents/registry/projectPage.js b/schemas/documents/registry/projectPage.js index 5bd6c20..4cff6ab 100644 --- a/schemas/documents/registry/projectPage.js +++ b/schemas/documents/registry/projectPage.js @@ -33,8 +33,8 @@ export default { validation: Rule => Rule.required(), }, { - title: 'Data Stream Admin Body', - name: 'dataStreamAdminBody', + title: 'Data Stream Admin Description', + name: 'dataStreamAdminDescription', type: 'customPortableText', validation: Rule => Rule.required(), }