From bbd68e78c13a6c9952189e26e53eb49feaa94f61 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 7 Jan 2019 18:05:43 +0100 Subject: [PATCH] Fix #1975 --- resources/lang/en_US/firefly.php | 2 +- resources/views/v2/layout/default-react.twig | 37 -------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 resources/views/v2/layout/default-react.twig diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 04c7debeca..3152883c63 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1250,7 +1250,7 @@ return [ 'no_accounts_imperative_revenue' => 'Revenue accounts are created automatically when you create transactions, but you can create one manually too, if you want. Let\'s create one now:', 'no_accounts_create_revenue' => 'Create a revenue account', 'no_accounts_title_liabilities' => 'Let\'s create a liability!', - 'no_accounts_intro_liabilities' => 'You have no liabilities yet. Liabilities are the accounts that register your credit card(s), (student) loans and other debts.', + 'no_accounts_intro_liabilities' => 'You have no liabilities yet. Liabilities are the accounts that register your (student) loans and other debts.', 'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.', 'no_accounts_create_liabilities' => 'Create a liability', 'no_budgets_title_default' => 'Let\'s create a budget', diff --git a/resources/views/v2/layout/default-react.twig b/resources/views/v2/layout/default-react.twig deleted file mode 100644 index def3285f51..0000000000 --- a/resources/views/v2/layout/default-react.twig +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - {# favicons #} - {% include('partials.favicons') %} - - - {% if subTitle %} - {{ subTitle }} » - {% endif %} - {% if title != "Firefly III" %} - {{ title }} » - {% endif %} - - Firefly III - - - {% block styles %}{% endblock %} - - - - - - - -{% block scripts %}{% endblock %} - -