mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Fix build, invalid JSON file in icloud component (#29798)
This commit is contained in:
parent
e37443f10c
commit
bc3b7ed06b
@ -25,14 +25,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error":{
|
"error": {
|
||||||
"username_exists": "Account already configured",
|
"username_exists": "Account already configured",
|
||||||
"login": "Login error: please check your email & password",
|
"login": "Login error: please check your email & password",
|
||||||
"send_verification_code": "Failed to send verification code",
|
"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"
|
"username_exists": "Account already configured"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user