mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Update _manage_form.htm
fix form title for update context
This commit is contained in:
parent
001e86456d
commit
d8ed49b8cf
@ -10,7 +10,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'=>$relationLabel])) ?>
|
||||
<?= e(trans('backend::lang.relation.update_name', ['name'=>$relationLabel])) ?>
|
||||
</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
Loading…
x
Reference in New Issue
Block a user