Make the changes to the _manage_form.htm partial to support custom titles on manage forms in Create contexts

This commit is contained in:
Luke Towers 2017-01-06 18:01:33 -06:00
parent 102831ecc2
commit 83474c96eb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,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' => trans($relationLabel)])) ?>
<?= e(trans($relationManageTitle, ['name' => trans($relationLabel)])) ?>
</h4>
</div>
<div class="modal-body">