From e19d07e434e45d65c6966dc47012633d723a07ef Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 12 Mar 2020 21:04:46 +0100 Subject: [PATCH] Typos (#5180) Fixes #5179 Fixes #5178 --- .../lovelace/dashboards/ha-config-lovelace-dashboards.ts | 4 +++- src/translations/en.json | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts b/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts index 474444c4c7..69f0621b4b 100644 --- a/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts +++ b/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts @@ -72,7 +72,9 @@ export class HaConfigLovelaceDashboards extends LitElement { icon="hass:check-circle-outline" > - This is the default dashdoard. + ${this.hass.localize( + `ui.panel.config.lovelace.dashboards.default_dashboard` + )} ` : ""} diff --git a/src/translations/en.json b/src/translations/en.json index 5a146907c1..f55e5b2658 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -673,8 +673,8 @@ "mode": "What do you want to input" }, "input_text": { - "min": "Minimum lenght", - "max": "Maximum lenght", + "min": "Minimum length", + "max": "Maximum length", "mode": "Display mode", "text": "Text", "password": "Password", @@ -857,6 +857,7 @@ "caption": "Lovelace Dashboards", "description": "Configure your Lovelace Dashboards", "dashboards": { + "default_dashboard": "This is the default dashboard", "caption": "Dashboards", "conf_mode": { "yaml": "YAML file",