mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Replace "Start" and "Disable" with common actions in hassio
(#141953)
This commit is contained in:
parent
0abaaa0a06
commit
a09213bce8
@ -24,8 +24,8 @@
|
|||||||
"fix_menu": {
|
"fix_menu": {
|
||||||
"description": "Add-on {addon} is set to start at boot but failed to start. Usually this occurs when the configuration is incorrect or the same port is used in multiple add-ons. Check the configuration as well as logs for {addon} and Supervisor.\n\nUse Start to try again or Disable to turn off the start at boot option.",
|
"description": "Add-on {addon} is set to start at boot but failed to start. Usually this occurs when the configuration is incorrect or the same port is used in multiple add-ons. Check the configuration as well as logs for {addon} and Supervisor.\n\nUse Start to try again or Disable to turn off the start at boot option.",
|
||||||
"menu_options": {
|
"menu_options": {
|
||||||
"addon_execute_start": "Start",
|
"addon_execute_start": "[%key:common::action::start%]",
|
||||||
"addon_disable_boot": "Disable"
|
"addon_disable_boot": "[%key:common::action::disable%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user