Replace "iCloud account" with "Apple Account" (#152561)

This commit is contained in:
Norbert Rittel
2025-09-18 18:39:54 +02:00
committed by GitHub
parent 4c212bdcd4
commit 6d3ad3ab9c

View File

@@ -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)."
}
}
},