Skip to content

Commit

Permalink
Change OS version for mounts to placeholder (#16607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed May 25, 2023
1 parent cccce57 commit dacdc62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/panels/config/storage/ha-config-section-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit dacdc62

Please sign in to comment.