From 3699a7ba9aa330e70b82d2b8cc781e0df2cfa37d Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Sep 2015 19:38:04 +0200 Subject: [PATCH] Some cleaning up. --- app/Repositories/Bill/BillRepository.php | 2 +- resources/lang/nl/firefly.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Repositories/Bill/BillRepository.php b/app/Repositories/Bill/BillRepository.php index eb43b0cf83..21a86f10c5 100644 --- a/app/Repositories/Bill/BillRepository.php +++ b/app/Repositories/Bill/BillRepository.php @@ -100,7 +100,7 @@ class BillRepository implements BillRepositoryInterface $int = $bill->active == 1 ? 0 : 1; - return $int.strtolower($bill->name); + return $int . strtolower($bill->name); } ); diff --git a/resources/lang/nl/firefly.php b/resources/lang/nl/firefly.php index a75df006e9..30749b773a 100644 --- a/resources/lang/nl/firefly.php +++ b/resources/lang/nl/firefly.php @@ -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',