diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index dd6b9218a5..eec7f13268 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -45,6 +45,13 @@ return [ 'create_new_stuff' => 'Create new stuff', 'new_withdrawal' => 'New withdrawal', 'create_new_transaction' => 'Create new transaction', + 'go_to_asset_accounts' => 'View your asset accounts', + 'go_to_budgets' => 'Go to your budgets', + 'go_to_categories' => 'Go to your categories', + 'go_to_bills' => 'Go to your bills', + 'go_to_expense_accounts' => 'See your asset accounts', + 'go_to_revenue_accounts' => 'See your revenue accounts', + 'go_to_piggies' => 'Go to piggy banks', 'new_deposit' => 'New deposit', 'new_transfer' => 'New transfer', 'new_asset_account' => 'New asset account', diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php index 3ccbed97ca..838111a03d 100644 --- a/resources/lang/en_US/import.php +++ b/resources/lang/en_US/import.php @@ -178,7 +178,7 @@ return [ 'spectre_extra_key_open_date' => 'Open date', 'spectre_extra_key_current_time' => 'Current time', 'spectre_extra_key_current_date' => 'Current date', - 'spectre_extra_key_cards' => 'Car', + 'spectre_extra_key_cards' => 'Cards', 'spectre_extra_key_units' => 'Units', 'spectre_extra_key_unit_price' => 'Unit price', 'spectre_extra_key_transactions_count' => 'Transactions count', diff --git a/resources/views/index.twig b/resources/views/index.twig index eaa6aa540b..a774663a41 100644 --- a/resources/views/index.twig +++ b/resources/views/index.twig @@ -16,6 +16,10 @@
{{ trans('firefly.no_transactions_account', {name: data[1].name}) }} @@ -111,8 +89,32 @@ {% endif %}