Merge pull request #791 from negativa/patch-3

Update _manage_form.htm
This commit is contained in:
Samuel Georges 2014-11-26 17:10:23 +11:00
commit f0bd338915

View File

@ -10,7 +10,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="popup">&times;</button>
<h4 class="modal-title">
<?= e(trans('backend::lang.relation.create_name', ['name'=>$relationLabel])) ?>
<?= e(trans('backend::lang.relation.update_name', ['name'=>$relationLabel])) ?>
</h4>
</div>
<div class="modal-body">
@ -67,4 +67,4 @@
</div>
<?= Form::close() ?>
<?php endif ?>
<?php endif ?>