From 22c460575eea8bc9d93a549ed20763b48138720d Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Fri, 24 Feb 2023 10:05:58 +0100 Subject: [PATCH] chg: [organisations:add] Added notice about UUID reuse --- templates/Organisations/add.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/Organisations/add.php b/templates/Organisations/add.php index 787f9a4..e430cc6 100644 --- a/templates/Organisations/add.php +++ b/templates/Organisations/add.php @@ -10,7 +10,8 @@ array( 'field' => 'uuid', 'label' => 'UUID', - 'type' => 'uuid' + 'type' => 'uuid', + 'tooltip' => __('If the Organisation already has a known UUID in another application such as MISP or another Cerebrate, please re-use this one.'), ), array( 'field' => 'url'