From 65e78de41c720d78a8d33acd10599ed5cc9cba20 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 19 Jun 2025 13:00:22 +0200 Subject: [PATCH] Improve explanation of 'Ping a Matter device' dialog (#25839) * Fix explanation of 'Ping a Matter device' dialog - change to more descriptive wording using third-person singular - replace first "on" with "of" to clarify (currently "on" contradicts "server-side") - remove the wrong hyphen in "IP-addresses" --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index fb5ec5df32..49a67da5f6 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6376,7 +6376,7 @@ }, "ping_node": { "title": "Ping a Matter device", - "introduction": "Perform a (server-side) ping on your Matter device on all its (known) IP-addresses.", + "introduction": "This performs a (server-side) ping of your Matter device on all its (known) IP addresses.", "battery_device_warning": "Note that especially for battery-powered devices this can take a while. You may need to wake up battery-powered devices before starting the pinging to speed up the process. Refer to your device's manual for instructions on how to wake the device.", "start_ping": "Start ping", "in_progress": "The device is being pinged. This may take some time.",