fix: [STIX] fix typo in message

pull/7024/head
Alexandre Dulaunoy 2021-02-15 11:49:17 +01:00
parent 5d5c77a0df
commit d76c0559fb
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 4 additions and 4 deletions

View File

@ -4100,11 +4100,11 @@ msgid "Click this to download all network related attributes that you have acces
msgstr ""
#: Model/Event.php:446
msgid "Click this to download an a STIX document containing the STIX version of all events and attributes that you have access to."
msgid "Click this to download a STIX document containing the STIX version of all events and attributes that you have access to."
msgstr ""
#: Model/Event.php:454
msgid "Click this to download an a STIX2 document containing the STIX2 version of all events and attributes that you have access to."
msgid "Click this to download a STIX2 document containing the STIX2 version of all events and attributes that you have access to."
msgstr ""
#: Model/Event.php:462

View File

@ -340,7 +340,7 @@ class Event extends AppModel
'scope' => 'Event',
'requiresPublished' => 1,
'params' => array('returnFormat' => 'stix', 'includeAttachments' => 1),
'description' => __('Click this to download an a STIX document containing the STIX version of all events and attributes that you have access to.')
'description' => __('Click this to download a STIX document containing the STIX version of all events and attributes that you have access to.')
),
'stix2' => array(
'extension' => '.json',
@ -348,7 +348,7 @@ class Event extends AppModel
'scope' => 'Event',
'requiresPublished' => 1,
'params' => array('returnFormat' => 'stix2', 'includeAttachments' => 1),
'description' => __('Click this to download an a STIX2 document containing the STIX2 version of all events and attributes that you have access to.')
'description' => __('Click this to download a STIX2 document containing the STIX2 version of all events and attributes that you have access to.')
),
'rpz' => array(
'extension' => '.txt',