From 27d103523d2775f41c1ac9355fca52431797dff5 Mon Sep 17 00:00:00 2001 From: Jay <49540618+Tediore@users.noreply.github.com> Date: Thu, 2 Jan 2020 11:36:00 -0600 Subject: [PATCH] Change TRIGGER to EXECUTE 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 b718531ec9aa..f8decbc9f892 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"