From b01be9403484b40148a30dd20a2abebb73364ccb Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 15 Sep 2025 11:52:08 +0200 Subject: [PATCH] Update "Find my iPhone" to "Find My" in `icloud` (#152354) --- homeassistant/components/icloud/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/icloud/strings.json b/homeassistant/components/icloud/strings.json index 83c45f10b05..b2e1b6dc450 100644 --- a/homeassistant/components/icloud/strings.json +++ b/homeassistant/components/icloud/strings.json @@ -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%]" } },