From dacdc626727ec05d2f3fdb61ef15fb1942fb3995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 25 May 2023 10:51:09 +0300 Subject: [PATCH] Change OS version for mounts to placeholder (#16607) --- src/panels/config/storage/ha-config-section-storage.ts | 3 ++- src/translations/en.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/panels/config/storage/ha-config-section-storage.ts b/src/panels/config/storage/ha-config-section-storage.ts index b2c448ac57c1..e9fbdc954074 100644 --- a/src/panels/config/storage/ha-config-section-storage.ts +++ b/src/panels/config/storage/ha-config-section-storage.ts @@ -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" } )}