diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 6cb492f3d7..b659364402 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', - 'sidebar_frontpage_options' => 'Options', + 'sidebar_frontpage_create' => 'Create', 'new_transaction' => 'New transaction', 'no_rules_for_bill' => 'This bill has no rules associated to it.', 'go_to_asset_accounts' => 'View your asset accounts', @@ -929,6 +929,8 @@ return [ 'reconciliation_transaction_title' => 'Reconciliation (:from to :to)', 'sum_of_reconciliation' => 'Sum of reconciliation', 'reconcile_this_account' => 'Reconcile this account', + 'reconcile' => 'Reconcile', + 'show' => 'Show', 'confirm_reconciliation' => 'Confirm reconciliation', 'submitted_start_balance' => 'Submitted start balance', 'selected_transactions' => 'Selected transactions (:count)', diff --git a/resources/views/v1/index.twig b/resources/views/v1/index.twig index ed567d3883..7672dd17b0 100644 --- a/resources/views/v1/index.twig +++ b/resources/views/v1/index.twig @@ -80,16 +80,25 @@