Skip to content

Commit

Permalink
Merge pull request #177 from Wachizungu/fix-brood-add-description
Browse files Browse the repository at this point in the history
fix: Correct description on add brood view
  • Loading branch information
iglocska authored Nov 10, 2024
2 parents e8f5165 + 9e69bc7 commit a63bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Broods/add.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
echo $this->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(
Expand Down

0 comments on commit a63bb21

Please sign in to comment.