Fix build, invalid JSON file in icloud component (#29798)

This commit is contained in:
Franck Nijhof 2019-12-09 19:18:41 +01:00 committed by Paulus Schoutsen
parent e37443f10c
commit bc3b7ed06b

View file

@ -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"
} }
} }
} }