diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php
index eec7f13268..03603239e7 100644
--- a/resources/lang/en_US/firefly.php
+++ b/resources/lang/en_US/firefly.php
@@ -49,11 +49,12 @@ return [
'go_to_budgets' => 'Go to your budgets',
'go_to_categories' => 'Go to your categories',
'go_to_bills' => 'Go to your bills',
- 'go_to_expense_accounts' => 'See your asset accounts',
+ 'go_to_expense_accounts' => 'See your expense accounts',
'go_to_revenue_accounts' => 'See your revenue accounts',
- 'go_to_piggies' => 'Go to piggy banks',
+ 'go_to_piggies' => 'Go to your piggy banks',
'new_deposit' => 'New deposit',
'new_transfer' => 'New transfer',
+ 'new_transfers' => 'New transfer',
'new_asset_account' => 'New asset account',
'new_expense_account' => 'New expense account',
'new_revenue_account' => 'New revenue account',
diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php
index 838111a03d..b7e398e74f 100644
--- a/resources/lang/en_US/import.php
+++ b/resources/lang/en_US/import.php
@@ -49,7 +49,8 @@ return [
'status_bread_crumb' => 'Import status',
'status_sub_title' => 'Import status',
'config_sub_title' => 'Set up your import',
- 'status_finished_job' => 'The transactions imported can be found in tag :tag.',
+ 'status_finished_job' => 'The :count transactions imported can be found in tag :tag.',
+ 'status_finished_no_tag' => 'Firefly III has not collected any journals from your import file.',
'import_with_key' => 'Import with key \':key\'',
// file, upload something
@@ -181,7 +182,7 @@ return [
'spectre_extra_key_cards' => 'Cards',
'spectre_extra_key_units' => 'Units',
'spectre_extra_key_unit_price' => 'Unit price',
- 'spectre_extra_key_transactions_count' => 'Transactions count',
+ 'spectre_extra_key_transactions_count' => 'Transaction count',
// various other strings:
'imported_from_account' => 'Imported from ":account"',