Fix capitalization and grammar in simplefin (#144246)

This commit is contained in:
Norbert Rittel 2025-05-08 19:16:37 +02:00 committed by GitHub
parent 9e94e94075
commit 04867f6ecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,22 +2,22 @@
"config": {
"step": {
"user": {
"description": "Please enter either a Claim Token or an Access URL.",
"description": "Please enter a SimpleFIN setup token.",
"data": {
"api_token": "Claim Token or Access URL"
"api_token": "Setup token"
}
}
},
"error": {
"invalid_auth": "Authentication failed: This could be due to revoked access or incorrect credentials",
"claim_error": "The claim token either does not exist or has already been used claimed by someone else. Receiving this could mean that the user\u2019s transaction information has been compromised",
"invalid_claim_token": "The claim token is invalid and could not be decoded",
"payment_required": "You presented a valid access url, however payment is required before you can obtain data",
"url_error": "There was an issue parsing the Account URL"
"claim_error": "The setup token either does not exist or has already been used by someone else. Receiving this could mean that the user\u2019s transaction information has been compromised",
"invalid_claim_token": "The setup token is invalid and could not be decoded",
"payment_required": "You presented a valid access URL, however payment is required before you can obtain data",
"url_error": "There was an issue parsing the access URL"
},
"abort": {
"missing_access_url": "Access URL or Claim Token missing",
"already_configured": "This Access URL is already configured."
"missing_access_url": "Access URL or setup token missing",
"already_configured": "This access URL is already configured."
}
},
"entity": {