Fix build, invalid JSON file in icloud component (#29798)
This commit is contained in:
parent
e37443f10c
commit
bc3b7ed06b
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue