Fixed wrong translation name, need to include the file "texts."

This commit is contained in:
Holger Lösken 2016-06-30 15:23:45 +02:00
parent 1717028d36
commit 3d3aab41e0

View File

@ -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>';
} }
], ],
[ [