Update string in Spectre import, as suggested by @pkoziol

This commit is contained in:
James Cole 2018-01-01 15:37:15 +01:00
parent 4926011f3f
commit 06fa2ab7a1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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 <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
'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 <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your <a href="https://www.saltedge.com/clients/security/edit">security page</a>.',
];