Fix argument name.
This commit is contained in:
parent
1d038d3173
commit
e0d9b1bb22
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="popup">×</button>
|
||||
<h4 class="modal-title"><?= e(trans('backend::lang.relation.related_data', ['label' => $relatedLabel])) ?></h4>
|
||||
<h4 class="modal-title"><?= e(trans('backend::lang.relation.related_data', ['name'=>$relatedLabel])) ?></h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<?= $relationPivotWidget->render() ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue