diff --git a/homeassistant/components/icloud/strings.json b/homeassistant/components/icloud/strings.json index b2e1b6dc450..ae0cb662d17 100644 --- a/homeassistant/components/icloud/strings.json +++ b/homeassistant/components/icloud/strings.json @@ -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)." } } },