Change OS version for mounts to placeholder (#16607)

This commit is contained in:
Joakim Sørensen 2023-05-25 10:51:09 +03:00 committed by GitHub
parent cccce5711c
commit dacdc62672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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": {