From bc3b7ed06bf92cc902b2703c32fc5148c81135fc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 9 Dec 2019 19:18:41 +0100 Subject: [PATCH] Fix build, invalid JSON file in icloud component (#29798) --- homeassistant/components/icloud/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/icloud/strings.json b/homeassistant/components/icloud/strings.json index 343a087738f..117e26c8830 100644 --- a/homeassistant/components/icloud/strings.json +++ b/homeassistant/components/icloud/strings.json @@ -25,14 +25,14 @@ } } }, - "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" } } -} +} \ No newline at end of file