mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
parent
669ed5cb28
commit
e19d07e434
@ -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>
|
||||
`
|
||||
: ""}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user