Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change OS version for mounts to placeholder #16607

Merged
merged 2 commits into from May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/panels/config/storage/ha-config-section-storage.ts
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
Expand Up @@ -3992,7 +3992,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