Change "Run" command for automation to "Run actions" (#22913)

This commit is contained in:
Norbert Rittel 2024-11-20 18:35:43 +01:00 committed by GitHub
parent 8988bd519f
commit 766de17ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]",