1
mirror of https://github.com/home-assistant/frontend synced 2024-09-28 00:43:28 +02:00

Update delay label (#10284)

This commit is contained in:
Paulus Schoutsen 2021-10-26 03:09:35 -07:00 committed by GitHub
parent 1140e6026c
commit 549a360d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1691,17 +1691,17 @@
"label": "Call service" "label": "Call service"
}, },
"delay": { "delay": {
"label": "Delay", "label": "Wait for time to pass (delay)",
"delay": "[%key:ui::panel::config::automation::editor::actions::type::delay::label%]" "delay": "Duration"
}, },
"wait_template": { "wait_template": {
"label": "Wait", "label": "Wait for a template",
"wait_template": "Wait Template", "wait_template": "Wait Template",
"timeout": "Timeout (optional)", "timeout": "Timeout (optional)",
"continue_timeout": "Continue on timeout" "continue_timeout": "Continue on timeout"
}, },
"wait_for_trigger": { "wait_for_trigger": {
"label": "Wait for trigger", "label": "Wait for a trigger",
"timeout": "[%key:ui::panel::config::automation::editor::actions::type::wait_template::timeout%]", "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%]" "continue_timeout": "[%key:ui::panel::config::automation::editor::actions::type::wait_template::continue_timeout%]"
}, },