diff --git a/src/translations/en.json b/src/translations/en.json index 4394028c89..f52bdd62a2 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1691,17 +1691,17 @@ "label": "Call service" }, "delay": { - "label": "Delay", - "delay": "[%key:ui::panel::config::automation::editor::actions::type::delay::label%]" + "label": "Wait for time to pass (delay)", + "delay": "Duration" }, "wait_template": { - "label": "Wait", + "label": "Wait for a template", "wait_template": "Wait Template", "timeout": "Timeout (optional)", "continue_timeout": "Continue on timeout" }, "wait_for_trigger": { - "label": "Wait for trigger", + "label": "Wait for a trigger", "timeout": "[%key:ui::panel::config::automation::editor::actions::type::wait_template::timeout%]", "continue_timeout": "[%key:ui::panel::config::automation::editor::actions::type::wait_template::continue_timeout%]" },