Update "Find my iPhone" to "Find My" in icloud (#152354)

This commit is contained in:
Norbert Rittel
2025-09-15 11:52:08 +02:00
committed by GitHub
parent 47ec8b7f12
commit b01be94034

View File

@@ -6,7 +6,7 @@
"description": "Enter your credentials",
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "Main Password (MFA)",
"password": "Main password (MFA)",
"with_family": "With family"
}
},
@@ -40,7 +40,7 @@
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"no_device": "None of your devices have \"Find my iPhone\" activated",
"no_device": "None of your devices have \"Find My\" activated",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},