From dc5d14834d374cee9bb61dc0f88e96f16f716d17 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 25 Jan 2021 11:59:44 +0100 Subject: [PATCH] Added missing translations for some automation extra-fields (#8210) --- src/translations/en.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 23d5dc807c..8d24829492 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1202,7 +1202,8 @@ "extra_fields": { "above": "Above", "below": "Below", - "for": "Duration" + "for": "Duration", + "zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]" } }, "event": { @@ -1404,7 +1405,9 @@ "label": "Device", "action": "Action", "extra_fields": { - "code": "Code" + "code": "Code", + "message": "Message", + "title": "Title" } }, "scene": {