mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Improve take control of automation/script wording (#21241)
This commit is contained in:
parent
bda61da666
commit
f41fab6968
@ -2773,7 +2773,7 @@
|
||||
"take_control": "Take control",
|
||||
"take_control_confirmation": {
|
||||
"title": "Take control of automation?",
|
||||
"text": "This automation is using a blueprint. By taking control, your automation will be converted into a regular automation using triggers, conditions and actions. You will be able to edit it directly and you won't be able to convert it back to a blueprint.",
|
||||
"text": "This automation is based on a blueprint. You are about to take control, which will separate it from the blueprint and give you the ability to fully edit the automation. Would you like to proceed?",
|
||||
"action": "Take control"
|
||||
},
|
||||
"run": "[%key:ui::panel::config::automation::editor::actions::run%]",
|
||||
@ -3650,7 +3650,7 @@
|
||||
"take_control": "[%key:ui::panel::config::automation::editor::take_control%]",
|
||||
"take_control_confirmation": {
|
||||
"title": "Take control of script?",
|
||||
"text": "This script is using a blueprint. By taking control, your script will be converted into a regular automation using actions. You will be able to edit it directly and you won't be able to convert it back to a blueprint.",
|
||||
"text": "This script is based on a blueprint. You are about to take control, which will separate it from the blueprint and give you the ability to fully edit the script. Would you like to proceed?",
|
||||
"action": "[%key:ui::panel::config::automation::editor::take_control_confirmation::action%]"
|
||||
},
|
||||
"read_only": "This script cannot be edited from the UI, because it is not stored in the ''scripts.yaml'' file.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user