mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
Remove default title for new dashboards (#29259)
This commit is contained in:
parent
01f5df6671
commit
c1bab376c8
@ -8,6 +8,5 @@ export const generateDefaultView = (
|
||||
) =>
|
||||
({
|
||||
type: "sections",
|
||||
title: localize("ui.panel.lovelace.editor.default_view_title"),
|
||||
sections: [generateDefaultSection(localize, includeHeading)],
|
||||
}) as LovelaceViewConfig;
|
||||
|
||||
@ -8143,7 +8143,6 @@
|
||||
},
|
||||
"editor": {
|
||||
"header": "Edit UI",
|
||||
"default_view_title": "Home",
|
||||
"yaml_unsupported": "The edit UI is not available when in YAML mode.",
|
||||
"undo_redo_failed_to_apply_changes": "Unable to apply changes: {error}",
|
||||
"menu": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user