From 251416b51d7ff453973007d063c3776c3d943aab Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 2 Dec 2021 13:01:19 -0800 Subject: [PATCH] Add missing translation (#10769) --- src/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index a5cb447e03..d92bd7b38f 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1440,7 +1440,8 @@ "input_label": "What should this automation do?", "create": "Create" }, - "start_empty": "Start with an empty automation" + "start_empty": "Start with an empty automation", + "start_empty_description": "Create a new automation from scratch" }, "editor": { "enable_disable": "Enable/Disable automation",