Netto -> Net (#9798)

This commit is contained in:
Paulus Schoutsen 2021-08-12 23:48:23 -07:00 committed by GitHub
parent 5dad18c85f
commit 304bd002ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,8 +124,8 @@ class HuiEnergyGridGaugeCard
></ha-gauge>
<div class="name">
${returnedToGrid! >= consumedFromGrid!
? "Netto returned to the grid"
: "Netto consumed from the grid"}
? "Net returned to the grid"
: "Net consumed from the grid"}
</div>`
: "Grid neutrality could not be calculated"}
</ha-card>