mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Code for #1098
This commit is contained in:
parent
65e518856b
commit
590f0a83ea
@ -398,7 +398,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
'user_id' => $this->user->id,
|
||||
'transaction_type_id' => $transactionType->id,
|
||||
'transaction_currency_id' => $currencyId,
|
||||
'description' => 'Initial balance for "' . $account->name . '"',
|
||||
'description' => strval(trans('firefly.initial_balance_description', ['account' => $account->name])),
|
||||
'completed' => true,
|
||||
'date' => $data['openingBalanceDate'],
|
||||
]
|
||||
|
@ -701,6 +701,7 @@ return [
|
||||
'selected_transactions' => 'Selected transactions (:count)',
|
||||
'already_cleared_transactions' => 'Already cleared transactions (:count)',
|
||||
'submitted_end_balance' => 'Submitted end balance',
|
||||
'initial_balance_description' => 'Initial balance for ":account"',
|
||||
|
||||
// categories:
|
||||
'new_category' => 'New category',
|
||||
|
Loading…
Reference in New Issue
Block a user