Add missing key in input_select helper dialog

This commit is contained in:
Steve Repsher 2022-08-10 12:32:46 -04:00
parent f76a3ea2ce
commit 3fe5075ad4
No known key found for this signature in database
GPG Key ID: 776C4F2DACF6131B

View File

@ -925,7 +925,8 @@
}, },
"input_select": { "input_select": {
"options": "Options", "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.", "no_options": "There are no options yet.",
"add": "Add" "add": "Add"
}, },