From f74ee76ae2f619fbdae323d79354aa7f3fbdba42 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sun, 19 Jan 2020 19:07:58 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20clarify=20what=20conditions=20in?= =?UTF-8?q?=20automations=20are=20(#4514)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📝 clarify what conditions in automations are * 📝 reword to make short and sweet --- 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 eee21fd50b..8e0d117c80 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -895,7 +895,7 @@ "conditions": { "name": "Condition", "header": "Conditions", - "introduction": "Conditions are an optional part of an automation rule and can be used to prevent an action from happening when triggered. Conditions look very similar to triggers but are very different. A trigger will look at events happening in the system while a condition only looks at how the system looks right now. A trigger can observe that a switch is being turned on. A condition can only see if a switch is currently on or off.", + "introduction": "Conditions are optional and will prevent further execution unless all conditions are satisfied.", "learn_more": "Learn more about conditions", "add": "Add condition", "duplicate": "[%key:ui::panel::config::automation::editor::triggers::duplicate%]",