pull/3457/head
StefanKelm 2018-07-09 14:12:56 +02:00 committed by GitHub
parent 0a588487b6
commit 479cb00932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
echo $this->Form->create('Event', array('style' => 'margin:0px;', 'id' => 'PromptForm', 'url' => '/events/toggleCorrelation/' . $event['Event']['id']));
$extraTitle = "";
?>
<legend><?php echo __('Toggle Corruelation %s', $event['Event']['disable_correlation'] ? __('on') : __('off'));?></legend>
<legend><?php echo __('Toggle Correlation %s', $event['Event']['disable_correlation'] ? __('on') : __('off'));?></legend>
<div style="padding-left:5px;padding-right:5px;padding-bottom:5px;">
<p>
<?php