From 06fa2ab7a10a1b2f0787327232481f87acde49ef Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 1 Jan 2018 15:37:15 +0100 Subject: [PATCH] Update string in Spectre import, as suggested by @pkoziol --- resources/lang/en_US/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', ];