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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",