From 3b89b72568c9a66a40e758ed43b4502052e52030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Dimja=C5=A1evi=C4=87?= Date: Wed, 28 Feb 2024 12:29:18 +0100 Subject: [PATCH] Automation editor: clarify multiple triggers logic (#19647) * Automation editor: clarify multiple triggers logic * Implement PR feedback * Update src/translations/en.json --------- Co-authored-by: Bram Kragten --- 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 8e9d1f97b5..99c3f234f6 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2507,7 +2507,7 @@ "triggers": { "name": "Triggers", "header": "When", - "description": "This list of triggers is what starts your automation. A trigger is a specific event happening in or around your home, for example: ''When the sun sets''.", + "description": "A trigger is a specific event happening in or around your home, for example: ''When the sun sets''. Any trigger listed here will start your automation.", "learn_more": "Learn more about triggers", "triggered": "Triggered", "add": "Add trigger",