mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixed wrong translation name, need to include the file "texts."
This commit is contained in:
parent
1717028d36
commit
3d3aab41e0
@ -43,7 +43,7 @@ class PaymentDatatable extends EntityDatatable
|
|||||||
[
|
[
|
||||||
'transaction_reference',
|
'transaction_reference',
|
||||||
function ($model) {
|
function ($model) {
|
||||||
return $model->transaction_reference ? $model->transaction_reference : '<i>'.trans('trans.manual_entry').'</i>';
|
return $model->transaction_reference ? $model->transaction_reference : '<i>'.trans('texts.manual_entry').'</i>';
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user