mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix build, invalid JSON file in icloud component (#29798)
This commit is contained in:
parent
e37443f10c
commit
bc3b7ed06b
@ -25,13 +25,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"error":{
|
||||
"error": {
|
||||
"username_exists": "Account already configured",
|
||||
"login": "Login error: please check your email & password",
|
||||
"send_verification_code": "Failed to send verification code",
|
||||
"validate_verification_code": "Failed to verify your verification code, choose a trust device and start the verification again",
|
||||
"validate_verification_code": "Failed to verify your verification code, choose a trust device and start the verification again"
|
||||
},
|
||||
"abort":{
|
||||
"abort": {
|
||||
"username_exists": "Account already configured"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user