mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Translate fix
This commit is contained in:
parent
228982ed0f
commit
ceae799152
@ -1,8 +1,10 @@
|
||||
<div id="relationManagePopup" data-request-data="_relation_field: '<?= $relationField ?>'">
|
||||
<div id="relationManagePopup" data-request-data="_relation_field: '<?= $relationField ?>', _relation_mode: 'list'">
|
||||
<?= Form::open() ?>
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="popup">×</button>
|
||||
<h4 class="modal-title"><?= e(trans('backend::lang.relation.add_a_new', ['name'=>$relationLabel])) ?></h4>
|
||||
<h4 class="modal-title"><?= e(trans('backend::lang.relation.add_a_new', [
|
||||
'name' => trans($relationLabel)
|
||||
])) ?></h4>
|
||||
</div>
|
||||
|
||||
<div class="list-flush">
|
||||
|
Loading…
x
Reference in New Issue
Block a user