fix: STIX2 export is no more experimental and can be safely used

pull/2754/head
Alexandre Dulaunoy 2017-12-19 12:18:19 +01:00
parent e1f2969afc
commit 710fe0ba7c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -3730,7 +3730,7 @@ class EventsController extends AppController {
),
'stix_json' => array(
'url' => '/events/stix2/download/' . $id . '.json',
'text' => 'STIX2 (Early experimental preview, requires the STIX 2 library)',
'text' => 'STIX2 (requires the STIX 2 library)',
'requiresPublished' => false,
'checkbox' => false
),