From d366471058751c421c2c18ae91d885b47f2ee5b0 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sat, 14 Dec 2024 16:14:24 +0100 Subject: [PATCH] Make Device Condition description consistent with Trigger and Action (#23293) Make device Condition description consistent with Trigger and Action The first item in the lists of the triggers, conditions and actions is always the device type: - When something happens to a device. Great way to start. - Set of conditions provided by your device. Great way to start - Do something on a device. Great way to start. The condition does use "your" instead of "a" which is inconsistent and sounds irritating. As there are usually many different devices in a setup the use of "a" is much preferred as the actual device is picked up at the next step. This commit makes the condition string consistent by replacing "your" with "a". --- 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 3f069a82b1..5d42888ae9 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3351,7 +3351,7 @@ "label": "Device", "condition": "Condition", "description": { - "picker": "Set of conditions provided by your device. Great way to start." + "picker": "Set of conditions provided by a device. Great way to start." } }, "not": {