Some cleaning up.

This commit is contained in:
James Cole 2015-09-08 19:38:04 +02:00
parent 204e521ba4
commit 3699a7ba9a
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ class BillRepository implements BillRepositoryInterface
$int = $bill->active == 1 ? 0 : 1;
return $int.strtolower($bill->name);
return $int . strtolower($bill->name);
}
);

View File

@ -34,7 +34,7 @@ return [
'new_expense_account' => 'Nieuwe crediteur',
'new_revenue_account' => 'Nieuwe debiteur',
'new_budget' => 'Nieuw budget',
'new_bill' => 'Nieuwe rekening',
'new_bill' => 'Nieuw contract',
// tags
'store_new_tag' => 'Sla tag op',