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",