1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00
Fixes #5179
Fixes #5178
This commit is contained in:
Bram Kragten
2020-03-12 21:04:46 +01:00
committed by GitHub
parent 669ed5cb28
commit e19d07e434
2 changed files with 6 additions and 3 deletions

View File

@@ -72,7 +72,9 @@ export class HaConfigLovelaceDashboards extends LitElement {
icon="hass:check-circle-outline"
></ha-icon>
<paper-tooltip>
This is the default dashdoard.
${this.hass.localize(
`ui.panel.config.lovelace.dashboards.default_dashboard`
)}
</paper-tooltip>
`
: ""}

View File

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