From e779f0747e0d88e4203c890de16c4d3466f16520 Mon Sep 17 00:00:00 2001 From: Jay <49540618+Tediore@users.noreply.github.com> Date: Thu, 2 Jan 2020 13:16:39 -0600 Subject: [PATCH] Change TRIGGER to EXECUTE (#4413) There's been some confusion among new users about what the `TRIGGER` button does in the automation info popup. `EXECUTE` better represents what pressing that button does since it bypasses conditions and simply runs the action like a script. The automation docs at also say "The action of an automation rule is what is being executed when a rule fires." --- 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 b718531ec9..f8decbc9f8 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -393,7 +393,7 @@ }, "automation": { "last_triggered": "Last triggered", - "trigger": "Trigger" + "trigger": "Execute" }, "camera": { "not_available": "Image not available"