fix: Inverter Labels in InverterTotalInfo

This commit is contained in:
helgeerbe 2024-01-26 13:34:03 +01:00
parent ebacc2f25f
commit 7094bca7db
4 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
</div> </div>
<div class="row row-cols-1 row-cols-md-3 g-3"> <div class="row row-cols-1 row-cols-md-3 g-3">
<div class="col"> <div class="col">
<CardElement centerContent textVariant="text-bg-success" :text="$t('invertertotalinfo.TotalYieldTotal')"> <CardElement centerContent textVariant="text-bg-success" :text="$t('invertertotalinfo.InverterTotalYieldTotal')">
<h2> <h2>
{{ $n(totalData.YieldTotal.v, 'decimal', { {{ $n(totalData.YieldTotal.v, 'decimal', {
minimumFractionDigits: totalData.YieldTotal.d, minimumFractionDigits: totalData.YieldTotal.d,
@ -49,7 +49,7 @@
</CardElement> </CardElement>
</div> </div>
<div class="col"> <div class="col">
<CardElement centerContent textVariant="text-bg-success" :text="$t('invertertotalinfo.TotalYieldDay')"> <CardElement centerContent textVariant="text-bg-success" :text="$t('invertertotalinfo.InverterTotalYieldDay')">
<h2> <h2>
{{ $n(totalData.YieldDay.v, 'decimal', { {{ $n(totalData.YieldDay.v, 'decimal', {
minimumFractionDigits: totalData.YieldDay.d, minimumFractionDigits: totalData.YieldDay.d,
@ -60,7 +60,7 @@
</CardElement> </CardElement>
</div> </div>
<div class="col"> <div class="col">
<CardElement centerContent textVariant="text-bg-success" :text="$t('invertertotalinfo.TotalPower')"> <CardElement centerContent textVariant="text-bg-success" :text="$t('invertertotalinfo.InverterTotalPower')">
<h2> <h2>
{{ $n(totalData.Power.v, 'decimal', { {{ $n(totalData.Power.v, 'decimal', {
minimumFractionDigits: totalData.Power.d, minimumFractionDigits: totalData.Power.d,

Binary file not shown.

Binary file not shown.

Binary file not shown.