mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Change OS version for mounts to placeholder (#16607)
This commit is contained in:
parent
cccce5711c
commit
dacdc62672
@ -148,7 +148,8 @@ class HaConfigSectionStorage extends LitElement {
|
||||
>
|
||||
${isHAOS
|
||||
? html`${this.hass.localize(
|
||||
"ui.panel.config.storage.network_mounts.not_supported.haos"
|
||||
"ui.panel.config.storage.network_mounts.not_supported.os",
|
||||
{ version: "10.2" }
|
||||
)}
|
||||
<mwc-button
|
||||
slot="action"
|
||||
|
@ -4004,7 +4004,7 @@
|
||||
"not_supported": {
|
||||
"title": "The operating system does not support network storage",
|
||||
"supervised": "Network storage is not supported on this host",
|
||||
"haos": "To use network storage you need to run at least Home Assistant Operating System 10.0",
|
||||
"os": "To use network storage you need to run at least Home Assistant Operating System {version}",
|
||||
"navigate_to_updates": "Go to updates"
|
||||
},
|
||||
"mount_usage": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user