Add element for cash account.

This commit is contained in:
James Cole 2019-08-04 07:29:25 +02:00
parent d38766e5db
commit a06868b0c3
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ return [
'box_out_holder' => ['element' => '#box_out_holder'],
'help' => ['element' => '#help', 'position' => 'bottom'],
'sidebar-toggle' => ['element' => '#sidebar-toggle', 'position' => 'bottom'],
'cash_account' => ['element' => '#all_transactions','position' => 'left'],
'outro' => [],
],
// accounts: create

View File

@ -30,6 +30,7 @@ return [
'index_help' => 'If you ever need help with a page or a form, press this button.',
'index_outro' => 'Most pages of Firefly III will start with a little tour like this one. Please contact me when you have questions or comments. Enjoy!',
'index_sidebar-toggle' => 'To create new transactions, accounts or other things, use the menu under this icon.',
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.',
// create account:
'accounts_create_iban' => 'Give your accounts a valid IBAN. This could make a data import very easy in the future.',