From 549a360d98942beaf1e636654f88a5b8f626845c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 26 Oct 2021 03:09:35 -0700 Subject: [PATCH] Update delay label (#10284) --- src/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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%]" },