change languge text

This commit is contained in:
cuneytsenturk
2018-10-29 15:41:48 +03:00
parent 66f0e7c9d7
commit ae15735212
4 changed files with 2 additions and 4 deletions

View File

@@ -80,7 +80,7 @@
@if($invoice->status->code != 'paid' && empty($invoice->payments()->count()))
{{ trans_choice('general.statuses', 1) . ': ' . trans('invoices.messages.status.paid.await') }}
@else
{{ trans_choice('general.statuses', 1) . ': ' . trans('invoices.messages.status.paid.partial') }}
{{ trans_choice('general.statuses', 1) . ': ' . trans('general.partially_paid') }}
@endif
@permission('update-incomes-invoices')