chg: [object:fromAttributes] Changed warning message during the merge

review
pull/4672/head
mokaddem 2019-06-07 11:46:11 +02:00
parent c05792a0ab
commit c126b1c1c9
1 changed files with 1 additions and 1 deletions

View File

@ -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>