mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Logs are default
This commit is contained in:
parent
454f852531
commit
6e49d79538
@ -54,11 +54,6 @@ class HaConfigSystemNavigation extends LitElement {
|
|||||||
let description = "";
|
let description = "";
|
||||||
|
|
||||||
switch (page.translationKey) {
|
switch (page.translationKey) {
|
||||||
case "logs":
|
|
||||||
description = this.hass.localize(
|
|
||||||
"ui.panel.config.logs.description"
|
|
||||||
);
|
|
||||||
break;
|
|
||||||
case "backup":
|
case "backup":
|
||||||
description = this._latestBackupDate
|
description = this._latestBackupDate
|
||||||
? this.hass.localize(
|
? this.hass.localize(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user