Skip to content

Commit ffd6c50

Browse files
committed
Merge branch 'main' into develop
2 parents 9c54a48 + 9b92f86 commit ffd6c50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/Broods/add.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
echo $this->element('genericElements/Form/genericForm', array(
33
'data' => array(
4-
'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.'),
4+
'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.'),
55
'model' => 'Organisations',
66
'fields' => array(
77
array(

templates/Individuals/add.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
echo $this->element('genericElements/Form/genericForm', array(
33
'data' => array(
4-
'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.'),
4+
'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.'),
55
'model' => 'Organisations',
66
'fields' => array(
77
array(

webroot/docs/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ servers:
1010

1111
tags:
1212
- name: Individuals
13-
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."
13+
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."
1414
- name: Users
1515
description: "Users enrolled in this Cerebrate instance."
1616
- name: Organisations

0 commit comments

Comments
 (0)