mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Fix capitalization and grammar in simplefin
(#144246)
This commit is contained in:
parent
9e94e94075
commit
04867f6ecc
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user