mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Fix typo (#9707)
This commit is contained in:
parent
03078cdd45
commit
3485296e23
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user