From a2d2b7edd3793467ebd8c5d6b53606afb4906e23 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 30 Jul 2025 07:27:00 +0200 Subject: [PATCH] Add warning to translations. --- 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 e7ccd93345..ed675e71eb 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -234,6 +234,7 @@ return [ 'advanced_options' => 'Advanced options', 'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!', 'here_be_dragons' => 'Hic sunt dracones', + 'bad_date_transaction' => 'Firefly III has detected you have transactions from before the year 1970. Please correct these transactions at your earliest convenience.', // Webhooks 'webhooks' => 'Webhooks',