fix: [TAXII] TAXII name as defined by OASIS

pull/9056/head
Alexandre Dulaunoy 2023-04-29 18:25:34 +02:00
parent e2578190ea
commit 86bdbc29f9
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
'children' => [
'data' => [
'type' => 'simple',
'text' => __('Add TaxiiServer'),
'text' => __('Add TAXII Server'),
'class' => 'btn btn-primary',
'onClick' => 'openGenericModal',
'onClickParams' => [
@ -70,8 +70,8 @@
'data_path' => 'TaxiiServer.description'
]
],
'title' => empty($ajax) ? __('Linked Taxii Servers') : false,
'description' => empty($ajax) ? __('You can connect your MISP to one or several Taxii servers to push data to using a set of filters.') : false,
'title' => empty($ajax) ? __('Linked TAXII Servers') : false,
'description' => empty($ajax) ? __('You can connect your MISP to one or several TAXII servers to push data to using a set of filters.') : false,
'actions' => [
[
'onclick' => sprintf(