This commit is contained in:
Bram Kragten 2021-08-04 12:36:15 +02:00 committed by GitHub
parent 03078cdd45
commit 3485296e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ export class HuiEnergySolarGraphCard
? html`<div class="no-data">
${isToday(this._start)
? "There is no data to show. It can take up to 2 hours for new data to arrive after you configure your energy dashboard."
: "There is not data for this period."}
: "There is no data for this period."}
</div>`
: ""}
</div>

View File

@ -88,7 +88,7 @@ export class HuiEnergyUsageGraphCard
? html`<div class="no-data">
${isToday(this._start)
? "There is no data to show. It can take up to 2 hours for new data to arrive after you configure your energy dashboard."
: "There is not data for this period."}
: "There is no data for this period."}
</div>`
: ""}
</div>