fix: [add encryption key] view description fixed, fixes #29
parent
7757bec292
commit
3bf7f5a3e4
|
@ -2,7 +2,7 @@
|
||||||
echo $this->element('genericElements/Form/genericForm', [
|
echo $this->element('genericElements/Form/genericForm', [
|
||||||
'data' => [
|
'data' => [
|
||||||
'title' => __('Add new encryption key'),
|
'title' => __('Add new encryption key'),
|
||||||
'description' => __('Alignments indicate that an individual belongs to an organisation in one way or another. The type of relationship is defined by the type field.'),
|
'description' => __('Assign encryption keys to the user, used to securely communicate or validate messages coming from the user.'),
|
||||||
'model' => 'Organisations',
|
'model' => 'Organisations',
|
||||||
'fields' => [
|
'fields' => [
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue