mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 07:55:51 -06:00
Some cleaning up.
This commit is contained in:
parent
204e521ba4
commit
3699a7ba9a
@ -100,7 +100,7 @@ class BillRepository implements BillRepositoryInterface
|
||||
|
||||
$int = $bill->active == 1 ? 0 : 1;
|
||||
|
||||
return $int.strtolower($bill->name);
|
||||
return $int . strtolower($bill->name);
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user