Replace "Start" and "Disable" with common actions in hassio (#141953)

This commit is contained in:
Norbert Rittel 2025-03-31 23:23:25 +02:00 committed by GitHub
parent 0abaaa0a06
commit a09213bce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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