diff --git a/README.md b/README.md index 2bd29fa179..cb1fccd7b1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ It's III, or 3, because [version 2](https://github.com/JC5/Firefly) and version - [A double-entry bookkeeping system](https://en.wikipedia.org/wiki/Double-entry_bookkeeping_system); - You can store, edit and remove [withdrawals, deposits and transfers](https://en.wikipedia.org/wiki/Financial_transaction). This allows you full financial management; -- You can manage different types of accounts +- You can manage different types of accounts; - [Asset](https://en.wikipedia.org/wiki/Asset) accounts - Shared [asset accounts](https://en.wikipedia.org/wiki/Asset) ([household accounts](https://en.wikipedia.org/wiki/Household)) - Saving accounts @@ -56,8 +56,8 @@ Everything is organised: - Clear views that should show you how you're doing; - Easy navigation through your records; - Browse back and forth to see previous months or even years; -- Lots of charts because we all love them. -- Financial reporting showing you how well you are doing; +- Lots of charts because we all love them; +- Financial reporting showing you how well you are doing. ## Screenshots diff --git a/resources/lang/en/form.php b/resources/lang/en/form.php index 5b27b1fa90..9d4e273217 100644 --- a/resources/lang/en/form.php +++ b/resources/lang/en/form.php @@ -26,6 +26,7 @@ return [ 'returnHereUpdateExplanation' => 'After updating, return here.', 'description' => 'Description', 'expense_account' => 'Expense account', + 'revenue_account' => 'Revenue account', 'amount' => 'Amount', 'date' => 'Date', 'category' => 'Category', diff --git a/resources/lang/nl/form.php b/resources/lang/nl/form.php index b8ef6b4c49..062b7a8db1 100644 --- a/resources/lang/nl/form.php +++ b/resources/lang/nl/form.php @@ -26,6 +26,7 @@ return [ 'returnHereUpdateExplanation' => 'Terug naar deze pagina na het wijzigen.', 'description' => 'Omschrijving', 'expense_account' => 'Crediteur', + 'revenue_account' => 'Debiteur', 'amount' => 'Bedrag', 'date' => 'Datum', 'category' => 'Categorie',