From 4dfb78837ef06ad6f37f126c5b1403ccd7fb7308 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 May 2020 14:51:04 +0200 Subject: [PATCH] Slightly smarter menu. --- resources/lang/en_US/firefly.php | 2 +- resources/views/v1/index.twig | 23 ++++------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 696c6c82e6..6cb492f3d7 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -54,7 +54,7 @@ return [ 'create_new_stuff' => 'Create new stuff', 'new_withdrawal' => 'New withdrawal', 'create_new_transaction' => 'Create new transaction', - 'create_new_transaction_sidebar' => 'Create new transaction', + 'sidebar_frontpage_options' => 'Options', 'new_transaction' => 'New transaction', 'no_rules_for_bill' => 'This bill has no rules associated to it.', 'go_to_asset_accounts' => 'View your asset accounts', diff --git a/resources/views/v1/index.twig b/resources/views/v1/index.twig index f103e88180..ed567d3883 100644 --- a/resources/views/v1/index.twig +++ b/resources/views/v1/index.twig @@ -80,34 +80,19 @@ {% endfor %}