From d78e11170b1d38a6a4631c76ed5de6432a4786ec Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 11 Nov 2018 20:09:50 +0100 Subject: [PATCH] Fix string. --- resources/lang/en_US/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 534fe5a6d1..fa48044eb9 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -851,7 +851,7 @@ return [ 'opt_group_l_Credit card' => 'Liability: Credit card', 'notes' => 'Notes', 'unknown_journal_error' => 'Could not store the transaction. Please check the log files.', - 'attachment_not_found' => 'This attachment could not found.', + 'attachment_not_found' => 'This attachment could not be found.', // new user: 'welcome' => 'Welcome to Firefly III!',