Move template around

This commit is contained in:
James Cole
2017-02-23 07:02:28 +01:00
parent 1ac3f7af3b
commit b3df1f3d26
4 changed files with 13 additions and 9 deletions

View File

@@ -974,12 +974,12 @@ return [
'empty_accounts_imperative_asset' => 'To start using Firefly III you must create at least one asset account. Let\'s do so now:',
'empty_accounts_create_asset' => 'Create an asset account',
'empty_accounts_title_expense' => 'Let\'s create an expense account!',
'empty_accounts_intro_expense' => '',
'empty_accounts_imperative_expense' => '',
'empty_accounts_create_expense' => '',
'empty_accounts_intro_expense' => 'You have no expense accounts yet. Expense accounts are the places where you spend money, such as shops and supermarkets.',
'empty_accounts_imperative_expense' => 'Expense accounts are created automatically when you create transactions, but you can create one manually too, if you want.',
'empty_accounts_create_expense' => 'Create an expense account',
'empty_accounts_title_revenue' => 'Let\'s create a revenue account!',
'empty_accounts_intro_revenue' => '',
'empty_accounts_imperative_revenue' => '',
'empty_accounts_create_revenue' => '',
'empty_accounts_intro_revenue' => 'You have no revenue accounts yet. Revenue accounts are the places where you receive money from, such as your employer.',
'empty_accounts_imperative_revenue' => 'Expense accounts are created automatically when you create transactions, but you can create one manually too, if you want.',
'empty_accounts_create_revenue' => 'Create a revenue account',
];