From 1b8874cbd463823cb2cc486ff2169e9b7aad4086 Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 29 Jun 2022 15:27:54 -0500 Subject: [PATCH] Fix Translation on About Page --- src/panels/config/info/ha-config-info.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/panels/config/info/ha-config-info.ts b/src/panels/config/info/ha-config-info.ts index 8c9e92cd54..459531f6f1 100644 --- a/src/panels/config/info/ha-config-info.ts +++ b/src/panels/config/info/ha-config-info.ts @@ -24,6 +24,7 @@ import { haStyle } from "../../../resources/styles"; import type { HomeAssistant, Route } from "../../../types"; import { documentationUrl } from "../../../util/documentation-url"; +const JS_TYPE = __BUILD__; const JS_VERSION = __VERSION__; const PAGES: Array<{ @@ -132,7 +133,9 @@ class HaConfigInfo extends LitElement { ${this.hass.localize( "ui.panel.config.info.frontend_version", "version", - JS_VERSION + JS_VERSION, + "type", + JS_TYPE )}