From 3fe5075ad4c7cfe2589fdd9b127c71ada5c80e05 Mon Sep 17 00:00:00 2001 From: Steve Repsher Date: Wed, 10 Aug 2022 12:32:46 -0400 Subject: [PATCH] Add missing key in input_select helper dialog --- 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 88bb50cfaa..3f2342f8b1 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -925,7 +925,8 @@ }, "input_select": { "options": "Options", - "add_option": "Add option", + "add_option": "[%key:ui::panel::config::automation::editor::actions::type::choose::add_option%]", + "remove_option": "[%key:ui::panel::config::automation::editor::actions::type::choose::remove_option%]", "no_options": "There are no options yet.", "add": "Add" },