From 3bf7f5a3e4f25b7fef6de20ce3267ba8379303ad Mon Sep 17 00:00:00 2001 From: iglocska Date: Fri, 18 Jun 2021 10:46:54 +0200 Subject: [PATCH] fix: [add encryption key] view description fixed, fixes #29 --- templates/EncryptionKeys/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/EncryptionKeys/add.php b/templates/EncryptionKeys/add.php index 3f1800e..a0b00dd 100644 --- a/templates/EncryptionKeys/add.php +++ b/templates/EncryptionKeys/add.php @@ -2,7 +2,7 @@ echo $this->element('genericElements/Form/genericForm', [ 'data' => [ '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', 'fields' => [ [