Merge pull request #722 from patrickward/develop

Correction: change $relatedLabel variable to $relationLabel in pivot for...
This commit is contained in:
Samuel Georges 2014-10-27 19:07:27 +11:00
commit 0bc63fe8a3
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="popup">&times;</button>
<h4 class="modal-title"><?= e(trans('backend::lang.relation.related_data', ['name'=>$relatedLabel])) ?></h4>
<h4 class="modal-title"><?= e(trans('backend::lang.relation.related_data', ['name'=>$relationLabel])) ?></h4>
</div>
<div class="modal-body">
<?= $relationPivotWidget->render() ?>
@ -38,7 +38,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="popup">&times;</button>
<h4 class="modal-title"><?= e(trans('backend::lang.relation.related_data', ['name'=>$relatedLabel])) ?></h4>
<h4 class="modal-title"><?= e(trans('backend::lang.relation.related_data', ['name'=>$relationLabel])) ?></h4>
</div>
<div class="modal-body">
<?= $relationPivotWidget->render() ?>