From 7d08623ca85c8534b61e8d57ff727520390d4b99 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sun, 10 Nov 2024 12:16:38 +0100 Subject: [PATCH] fix: fix typo in individuals description --- templates/Individuals/add.php | 2 +- webroot/docs/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Individuals/add.php b/templates/Individuals/add.php index e14a46af..30a3615e 100644 --- a/templates/Individuals/add.php +++ b/templates/Individuals/add.php @@ -1,7 +1,7 @@ element('genericElements/Form/genericForm', array( 'data' => array( - 'description' => __('Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in genral require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them.'), + 'description' => __('Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in general require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them.'), 'model' => 'Organisations', 'fields' => array( array( diff --git a/webroot/docs/openapi.yaml b/webroot/docs/openapi.yaml index 5a834f7b..a48ba0fb 100644 --- a/webroot/docs/openapi.yaml +++ b/webroot/docs/openapi.yaml @@ -10,7 +10,7 @@ servers: tags: - name: Individuals - description: "Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in genral require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them." + description: "Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in general require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them." - name: Users description: "Users enrolled in this Cerebrate instance." - name: Organisations