Merge pull request #541 from developerbmw/pr-fix-payment-title

Fix the add payment modal title
This commit is contained in:
Cüneyt Şentürk 2018-10-10 11:42:49 +03:00 committed by GitHub
commit c004cfe3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">&times;</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>