From ede9d8a07357ab3cf4edf9b76f7c20bafe12f2b2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 18 Aug 2022 12:17:19 -0400 Subject: [PATCH] Add back learn more labels to automation editor (#13401) --- src/translations/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/translations/en.json b/src/translations/en.json index 2a44fbd3fc..99d5bf27b0 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1848,6 +1848,7 @@ "copy_to_clipboard": "Copy to Clipboard", "triggers": { "header": "Triggers", + "learn_more": "Learn more about triggers", "triggered": "Triggered", "add": "Add trigger", "id": "Trigger ID", @@ -1962,6 +1963,7 @@ }, "conditions": { "header": "Conditions", + "learn_more": "Learn more about conditions", "add": "Add condition", "test": "Test", "invalid_condition": "Invalid condition configuration", @@ -2048,6 +2050,7 @@ }, "actions": { "header": "Actions", + "learn_more": "Learn more about actions", "add": "Add action", "invalid_action": "Invalid action", "run_action": "Run action",