mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Change "Run" command for automation to "Run actions" (#22913)
This commit is contained in:
parent
8988bd519f
commit
766de17ea3
@ -2902,7 +2902,7 @@
|
||||
"duplicate": "[%key:ui::common::duplicate%]",
|
||||
"take_control": "Take control",
|
||||
"confirm_take_control": "You are viewing a preview of the automation config, do you want to take control?",
|
||||
"run": "[%key:ui::panel::config::automation::editor::actions::run%]",
|
||||
"run": "Run actions",
|
||||
"rename": "[%key:ui::panel::config::automation::editor::triggers::rename%]",
|
||||
"show_trace": "Traces",
|
||||
"show_info": "Information",
|
||||
@ -3377,7 +3377,7 @@
|
||||
"search": "Search action",
|
||||
"add_building_block": "Add building block",
|
||||
"invalid_action": "Invalid action",
|
||||
"run": "Run",
|
||||
"run": "Run action",
|
||||
"run_action_error": "Error running action",
|
||||
"run_action_success": "Action ran successfully",
|
||||
"duplicate": "[%key:ui::common::duplicate%]",
|
||||
@ -3737,7 +3737,7 @@
|
||||
"no_scripts": "We couldn't find any scripts",
|
||||
"add_script": "Add script",
|
||||
"run_script": "Run script",
|
||||
"run": "[%key:ui::panel::config::automation::editor::actions::run%]",
|
||||
"run": "Run",
|
||||
"show_trace": "[%key:ui::panel::config::automation::editor::show_trace%]",
|
||||
"show_info": "[%key:ui::panel::config::automation::editor::show_info%]",
|
||||
"filtered_by_blueprint": "[%key:ui::panel::config::automation::picker::filtered_by_blueprint%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user