Merge branch 'develop' of github.com:MISP/MISP into develop

pull/8530/head
iglocska 2022-08-04 14:05:22 +02:00
commit 11200758e4
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
sprintf(
'<div class="btn btn-primary" onClick="simplePopup(\'%s\');">%s</div>',
$baseurl . '/attributes/generateCorrelation',
__('Recorrelate'),
__('Recorrelate')
)
);
foreach ($correlation_metrics['db'] as $engine => $engineData) {