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

pull/3188/head
iglocska 2018-04-23 14:58:53 +02:00
commit ee34138229
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
if ($attribute['Attribute']['disable_correlation']) {
echo __('Re-enable the correlation for this attribute.');
} else {
echo __('This will remove all correlations that already exist for this attribute and prevents any attributes to be related as long as this setting is disabled. Make sure you understand the downasides of disabling correlations.');
echo __('This will remove all correlations that already exist for this attribute and prevents any attributes to be related as long as this setting is disabled. Make sure you understand the downsides of disabling correlations.');
}
?>
</p>