fix the add payment modal title
This commit is contained in:
parent
8315665daf
commit
fd99699fa3
@ -3,7 +3,7 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<h4 class="modal-title">{{ trans('general.title.new', ['type' => trans_choice('general.categories', 1)]) }}</h4>
|
||||
<h4 class="modal-title">{{ trans('general.add') }} {{ trans_choice('general.payments', 1) }}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="modal-message"></div>
|
||||
@ -174,4 +174,4 @@
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user