Make the changes to the _manage_form.htm partial to support custom titles on manage forms in Create contexts
This commit is contained in:
parent
102831ecc2
commit
83474c96eb
|
|
@ -57,7 +57,7 @@
|
|||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="popup">×</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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue