mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Add missing key in input_select helper dialog
This commit is contained in:
parent
f76a3ea2ce
commit
3fe5075ad4
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user