mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix build, invalid JSON file in icloud component (#29798)
This commit is contained in:
committed by
Paulus Schoutsen
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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user