From a88950e16c32fb01ae21bea6a6300959d3cb9ce8 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 30 Jul 2025 19:40:41 +0200 Subject: [PATCH] Correct the setup steps for Matter sharing in Google Home app (#26322) Correct the setup steps in the Google Home app --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 2ff169dbfe..918ac1989f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1972,11 +1972,11 @@ }, "google_home": { "header": "Share from Google Home", - "step_1": "Find your device in the Google Home app. Tap the gear icon to open the device settings.", + "step_1": "Find your device in the Google Home app. Tap the gear icon to open the device settings, then tap on Device information.", "step_2": "Tap {linked_matter_apps_services}.", "step_3": "Tap {link_apps_services} and choose {home_assistant} from the list.", "linked_matter_apps_services": "Linked Matter apps and services", - "link_apps_services": "Link apps & services", + "link_apps_services": "Link apps and services", "no_home_assistant": "I can't find Home Assistant on the list", "redirect": "You are redirected to the Home Assistant app. Please follow the instructions." },