diff --git a/templates/Broods/add.php b/templates/Broods/add.php index f5666d26..51736dbc 100644 --- a/templates/Broods/add.php +++ b/templates/Broods/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' => __('Cerebrate can connect to other Cerebrate instances to exchange trust information and to instrument interconnectivity between connected local tools. Each such Cerebrate instance with its connected tools is considered to be a brood.'), 'model' => 'Organisations', 'fields' => array( array( 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