mirror of
https://github.com/home-assistant/core.git
synced 2026-04-06 23:47:33 +00:00
Replace "iCloud account" with "Apple Account" (#152561)
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
}
|
||||
},
|
||||
"verification_code": {
|
||||
"title": "iCloud verification code",
|
||||
"description": "Please enter the verification code you just received from iCloud",
|
||||
"title": "Apple Account code",
|
||||
"description": "Please enter the verification code you just received from Apple",
|
||||
"data": {
|
||||
"verification_code": "Verification code"
|
||||
}
|
||||
@@ -47,11 +47,11 @@
|
||||
"services": {
|
||||
"update": {
|
||||
"name": "Update",
|
||||
"description": "Asks for a state update of all devices linked to an iCloud account.",
|
||||
"description": "Asks for a state update of all devices linked to an Apple Account.",
|
||||
"fields": {
|
||||
"account": {
|
||||
"name": "Account",
|
||||
"description": "Your iCloud account username (email) or account name."
|
||||
"description": "Your Apple Account username (email)."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user