mirror of https://github.com/MISP/MISP
chg: [object:fromAttributes] Changed warning message during the merge
reviewpull/4672/head
parent
c05792a0ab
commit
c126b1c1c9
|
@ -125,7 +125,7 @@ echo $this->Form->create('Object', array('url' => $baseurl . '/objects/groupAttr
|
|||
<div>
|
||||
<button class="btn btn-primary" onclick="submitMergeAttributeIntoObjectForm(this);"><?php echo __('Merge above Attributes into an Object'); ?></button>
|
||||
</div>
|
||||
<span class="red bold" data-original-title="" title=""><?php echo __('This process is not reversible') ?></span>
|
||||
<span class="red bold" data-original-title="" title=""><?php echo __('Selected Attributes will be soft-deleted') ?></span>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue