From 2df390065b6b794125885953dd7354b1cecf4a68 Mon Sep 17 00:00:00 2001 From: Florian Dupret Date: Sun, 24 May 2020 09:53:54 +0200 Subject: [PATCH] Minor fix: fix rule action/trigger labels consistency --- resources/lang/en_US/firefly.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 49b407522a..d0c7de9560 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -488,9 +488,9 @@ return [ '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...', + 'rule_action_set_source_account_choice' => 'Set source account to..', 'rule_action_set_source_account' => 'Set source account to :action_value', - 'rule_action_set_destination_account_choice' => 'Set destination account to...', + 'rule_action_set_destination_account_choice' => 'Set destination account to..', 'rule_action_set_destination_account' => 'Set destination account to :action_value', 'rule_action_append_notes_choice' => 'Append notes with..', 'rule_action_append_notes' => 'Append notes with ":action_value"',