From 8baf29b835ddee47fb0a19c8e17d608c7c7ebee3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Nov 2019 13:35:34 +0100 Subject: [PATCH] Trigger a new build + fix a translation. --- resources/lang/en_US/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 47c7b72bba..32003ea47f 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1284,6 +1284,7 @@ return [ 'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.', 'split_transaction_title' => 'Description of the split transaction', + 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', 'split_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', 'transaction_information' => 'Transaction information', 'you_create_transfer' => 'You\'re creating a transfer.',