From a06868b0c3cbef8ad63b82a4a874eb21ea188b62 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Aug 2019 07:29:25 +0200 Subject: [PATCH] Add element for cash account. --- config/intro.php | 1 + resources/lang/en_US/intro.php | 1 + 2 files changed, 2 insertions(+) diff --git a/config/intro.php b/config/intro.php index 563d92b1b6..db614d74ae 100644 --- a/config/intro.php +++ b/config/intro.php @@ -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 diff --git a/resources/lang/en_US/intro.php b/resources/lang/en_US/intro.php index 535057c8c6..7225fa59e4 100644 --- a/resources/lang/en_US/intro.php +++ b/resources/lang/en_US/intro.php @@ -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.',