mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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
|
${isHAOS
|
||||||
? html`${this.hass.localize(
|
? 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
|
<mwc-button
|
||||||
slot="action"
|
slot="action"
|
||||||
|
@ -4004,7 +4004,7 @@
|
|||||||
"not_supported": {
|
"not_supported": {
|
||||||
"title": "The operating system does not support network storage",
|
"title": "The operating system does not support network storage",
|
||||||
"supervised": "Network storage is not supported on this host",
|
"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"
|
"navigate_to_updates": "Go to updates"
|
||||||
},
|
},
|
||||||
"mount_usage": {
|
"mount_usage": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user