mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-29 15:57:20 +00:00
Fix supervisor text "error_addon_not_started" (#9412)
This commit is contained in:
parent
1b1676cecc
commit
0e3eed0563
@ -3822,7 +3822,7 @@
|
|||||||
"faq_link": "[%key:ui::panel::my::faq_link%]",
|
"faq_link": "[%key:ui::panel::my::faq_link%]",
|
||||||
"error": "[%key:ui::panel::my::error%]",
|
"error": "[%key:ui::panel::my::error%]",
|
||||||
"error_addon_not_found": "Add-on not found",
|
"error_addon_not_found": "Add-on not found",
|
||||||
"error_addon_not_started": "The requested add-on are not running. Please start it first",
|
"error_addon_not_started": "The requested add-on is not running. Please start it first",
|
||||||
"error_addon_not_installed": "The requested add-on is not installed. Please install it first",
|
"error_addon_not_installed": "The requested add-on is not installed. Please install it first",
|
||||||
"error_addon_no_ingress": "The requested add-on does not support ingress"
|
"error_addon_no_ingress": "The requested add-on does not support ingress"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user