diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php
index 67db75427f..16cdd4ed86 100644
--- a/resources/lang/en_US/import.php
+++ b/resources/lang/en_US/import.php
@@ -153,6 +153,6 @@ return [
// Spectre
'spectre_title' => 'Import using Spectre',
'spectre_prerequisites_title' => 'Prerequisites for an import using Spectre',
- 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you need to prove some secrets. They can be found on the secrets page.',
+ 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the secrets page.',
'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your security page.',
];