diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 72706e3f48..696c6c82e6 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -54,6 +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', 'new_transaction' => 'New transaction', 'no_rules_for_bill' => 'This bill has no rules associated to it.', 'go_to_asset_accounts' => 'View your asset accounts', @@ -472,6 +473,8 @@ return [ 'rule_action_remove_tag_choice' => 'Remove tag..', 'rule_action_remove_all_tags_choice' => 'Remove all tags', 'rule_action_set_description_choice' => 'Set description to..', + 'rule_action_update_piggy_choice' => 'Add/remove transaction amount in piggy bank..', + 'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"', 'rule_action_append_description_choice' => 'Append description with..', 'rule_action_prepend_description_choice' => 'Prepend description with..', 'rule_action_set_source_account_choice' => 'Set source account to...', diff --git a/resources/views/v1/index.twig b/resources/views/v1/index.twig index 480041b5da..f103e88180 100644 --- a/resources/views/v1/index.twig +++ b/resources/views/v1/index.twig @@ -103,7 +103,7 @@